File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed
azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server
azure-spring-boot-starter-active-directory Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ azure.activedirectory.user-group.allowed-groups=group1,group2
110110
1111114 . (Optional) If you want to configure oauth2 redirect uri, please configure by :
112112``` properties
113- azure.activedirectory. redirect-uri-template =xxxxxx-your-redirect-uri-xxxxxx
113+ spring.security.oauth2.client.registration.azure. redirect-uri =xxxxxx-your-redirect-uri-xxxxxx
114114```
115115
116116 ---
Original file line number Diff line number Diff line change 22
33## 3.0.0-beta.2 (Unreleased)
44### Breaking Changes
5- - Conditional access policy is not supported temporary, we may recover it in the future.
6- - Configuration items like ` spring.security.oauth2.client.xxx ` is not supported anymore. Please use the following configuration items instead:
7- ```
8- azure.activedirectory.tenant-id=xxxxxx-your-tenant-id-xxxxxx
9- azure.activedirectory.client-id=xxxxxx-your-client-id-xxxxxx
10- azure.activedirectory.client-secret=xxxxxx-your-client-secret-xxxxxx
11- azure.activedirectory.user-group.allowed-groups=group1, group2
12- azure.activedirectory.scope = your-customized-scope1, your-customized-scope2
13- ```
14- - Check scope parameter for AAD authorization requests before configuration. Necessary permissions would be automatically added if needed.
155- Change group id from ` com.microsoft.azure ` to ` com.azure.spring ` .
166- Change artifact id from ` azure-active-directory-spring-boot-starter ` to ` azure-spring-boot-starter-active-directory ` .
177
Original file line number Diff line number Diff line change 55
66## 3.0.0-beta.1 (2020-11-18)
77### Breaking Changes
8- - Conditional access policy is not supported temporary, we may recover it in the future.
9- - Configuration items like ` spring.security.oauth2.client.xxx ` is not supported anymore. Please use the following configuration items instead:
10- ```
11- azure.activedirectory.tenant-id=xxxxxx-your-tenant-id-xxxxxx
12- azure.activedirectory.client-id=xxxxxx-your-client-id-xxxxxx
13- azure.activedirectory.client-secret=xxxxxx-your-client-secret-xxxxxx
14- azure.activedirectory.user-group.allowed-groups=group1, group2
15- azure.activedirectory.scope = your-customized-scope1, your-customized-scope2
16- azure.activedirectory.redirect-uri-template=xxxxxx-your-redirect-uri-xxxxxx
17- ```
18- - Check scope parameter for AAD authorization requests before configuration. Necessary permissions would be automatically added if needed.
198- Update ` com.azure ` group id to ` com.azure.spring ` .
209- Deprecated azure-spring-boot-metrics-starter.
2110- Change group id from ` com.microsoft.azure ` to ` com.azure.spring ` .
You can’t perform that action at this time.
0 commit comments