Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete "azure.activedirectory.redirect-uri-template" related content and AAD release notes. #17820

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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