Skip to content

Commit 5ffd413

Browse files
Rujun ChenyiliuTo
andauthored
Delete "azure.activedirectory.redirect-uri-template" related content. (Azure#17820)
* Delete "azure.activedirectory.redirect-uri-template" related content. Co-authored-by: Yi Liu <yiliu6@microsoft.com>
1 parent 800d7e8 commit 5ffd413

File tree

3 files changed

+1
-22
lines changed
  • sdk/spring
    • azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server
    • azure-spring-boot-starter-active-directory
    • azure-spring-boot

3 files changed

+1
-22
lines changed

sdk/spring/azure-spring-boot-samples/azure-spring-boot-sample-active-directory-resource-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ azure.activedirectory.user-group.allowed-groups=group1,group2
110110

111111
4. (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
---

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,6 @@
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

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@
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`.

0 commit comments

Comments
 (0)