Skip to content

Commit 62e4b32

Browse files
Update CHANGELOG for AAD features (#18143)
1 parent de26272 commit 62e4b32

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

sdk/spring/azure-spring-boot-starter-active-directory/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
### Breaking Changes
55
- Change group id from `com.microsoft.azure` to `com.azure.spring`.
66
- Change artifact id from `azure-active-directory-spring-boot-starter` to `azure-spring-boot-starter-active-directory`.
7+
- Deprecate `AADAppRoleStatelessAuthenticationFilter` and `AADAuthenticationFilter`.
8+
9+
### New Features
10+
- Support consent multiple client-registration when login.
11+
- Support on-demand client-registration.
12+
- Support the use of `@RegisteredOAuth2AuthorizedClient` to get `OAuth2AuthorizedClient`.
13+
- Support to obtain the claim in access token, such as `scp`, `roles` etc, to carry out permission control.
14+
- Support on-behave-of flow when the `azure-spring-boot-starter-active-directory` used in resource-server.
15+
- Provide some AAD specific token validation, such as audience validation, issuer validation.
16+
- Expose a flag in the `AzureOAuth2AuthenticatedPrincipal` to tell which account type is being used, work account or personal account.
717

818
## 2.3.5 (2020-09-14)
919
### Key Bug Fixes

sdk/spring/azure-spring-boot/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Release History
22

33
## 3.0.0-beta.2 (Unreleased)
4-
- Deprecated `AADAppRoleStatelessAuthenticationFilter` and `AADAuthenticationFilter`
4+
### Breaking Changes
5+
- Deprecate `AADAppRoleStatelessAuthenticationFilter` and `AADAuthenticationFilter`.
6+
7+
### New Features
8+
- Support consent multiple client-registration when login.
9+
- Support on-demand client-registration.
10+
- Support the use of `@RegisteredOAuth2AuthorizedClient` to get `OAuth2AuthorizedClient`.
11+
- Support to obtain the claim in access token, such as `scp`, `roles` etc, to carry out permission control.
12+
- Support on-behave-of flow when the `azure-spring-boot-starter-active-directory` used in resource-server.
13+
- Provide some AAD specific token validation, such as audience validation, issuer validation.
14+
- Expose a flag in the `AzureOAuth2AuthenticatedPrincipal` to tell which account type is being used, work account or personal account.
515

616
## 3.0.0-beta.1 (2020-11-18)
717
### Breaking Changes

0 commit comments

Comments
 (0)