Skip to content

Commit

Permalink
Delete "azure.activedirectory.redirect-uri-template" related content. (
Browse files Browse the repository at this point in the history
…#17820)

* Delete "azure.activedirectory.redirect-uri-template" related content.

Co-authored-by: Yi Liu <[email protected]>
  • Loading branch information
Rujun Chen and yiliuTo authored Nov 26, 2020
1 parent 800d7e8 commit 5ffd413
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ azure.activedirectory.user-group.allowed-groups=group1,group2

4. (Optional) If you want to configure oauth2 redirect uri, please configure by :
```properties
azure.activedirectory.redirect-uri-template=xxxxxx-your-redirect-uri-xxxxxx
spring.security.oauth2.client.registration.azure.redirect-uri=xxxxxx-your-redirect-uri-xxxxxx
```

---
Expand Down
10 changes: 0 additions & 10 deletions sdk/spring/azure-spring-boot-starter-active-directory/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@

## 3.0.0-beta.2 (Unreleased)
### Breaking Changes
- Conditional access policy is not supported temporary, we may recover it in the future.
- Configuration items like `spring.security.oauth2.client.xxx` is not supported anymore. Please use the following configuration items instead:
```
azure.activedirectory.tenant-id=xxxxxx-your-tenant-id-xxxxxx
azure.activedirectory.client-id=xxxxxx-your-client-id-xxxxxx
azure.activedirectory.client-secret=xxxxxx-your-client-secret-xxxxxx
azure.activedirectory.user-group.allowed-groups=group1, group2
azure.activedirectory.scope = your-customized-scope1, your-customized-scope2
```
- Check scope parameter for AAD authorization requests before configuration. Necessary permissions would be automatically added if needed.
- Change group id from `com.microsoft.azure` to `com.azure.spring`.
- Change artifact id from `azure-active-directory-spring-boot-starter` to `azure-spring-boot-starter-active-directory`.

Expand Down
11 changes: 0 additions & 11 deletions sdk/spring/azure-spring-boot/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@

## 3.0.0-beta.1 (2020-11-18)
### Breaking Changes
- Conditional access policy is not supported temporary, we may recover it in the future.
- Configuration items like `spring.security.oauth2.client.xxx` is not supported anymore. Please use the following configuration items instead:
```
azure.activedirectory.tenant-id=xxxxxx-your-tenant-id-xxxxxx
azure.activedirectory.client-id=xxxxxx-your-client-id-xxxxxx
azure.activedirectory.client-secret=xxxxxx-your-client-secret-xxxxxx
azure.activedirectory.user-group.allowed-groups=group1, group2
azure.activedirectory.scope = your-customized-scope1, your-customized-scope2
azure.activedirectory.redirect-uri-template=xxxxxx-your-redirect-uri-xxxxxx
```
- Check scope parameter for AAD authorization requests before configuration. Necessary permissions would be automatically added if needed.
- Update `com.azure` group id to `com.azure.spring`.
- Deprecated azure-spring-boot-metrics-starter.
- Change group id from `com.microsoft.azure` to `com.azure.spring`.
Expand Down

0 comments on commit 5ffd413

Please sign in to comment.