You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/api-management-service.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,34 @@
1
1
# Azure API Management service changelog
2
2
3
+
## Release - API Management service: November, 2023
4
+
5
+
### New features, improvements, and changes
6
+
7
+
- We will now provide specifics about token validation failures in `validate-azure-ad-token` policy in API Inspector.
8
+
- We made the password policy stronger for users creating accounts on the developer portal - e.g., it now requires using a special character. Complete password requirements will be shown on the sign-up page.
9
+
- Users now must provide their current password before changing it on the developer portal.
10
+
- Pagination controls on the developer portal now feature only the Next and Previous buttons.
11
+
12
+
### Fixes
13
+
14
+
- We fixed an issue that caused tokens of logged-out developer portal users signed in via Azure AD B2C to remain valid under some circumstances.
15
+
- We fixed a regression that caused POST requests issued from the try it console on the developer portal not to work correctly.
16
+
- We fixed an issue in the Content Access Control feature of the developer portal that allowed unauthorized access to pages via direct link.
0 commit comments