-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
azure-springAll azure-spring related issuesAll azure-spring related issuesazure-spring-aadSpring active directory related issues.Spring active directory related issues.azure-spring-docsazure-spring-samples
Milestone
Description
Context
Currently, SCA provides the configuration AadAuthenticationFilterAutoConfiguration to support resource server scenarios, but there's a condition @ConditionalOnMissingClass({ "org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken" }) to block using the resource server dependencies, SCA should improve this limitation.
Goal
Make the configuration AadAuthenticationFilterAutoConfiguration enabled when the resource server dependencies exist.
- Update samples to use a resource server starter, not the
spring-security-oauth2-core, see comments from PR Fix bugs in branch v6.0.0-beta.2 Azure-Samples/azure-spring-boot-samples#582 - Update doc(migration & code snappets)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
azure-springAll azure-spring related issuesAll azure-spring related issuesazure-spring-aadSpring active directory related issues.Spring active directory related issues.azure-spring-docsazure-spring-samples
Type
Projects
Status
Todo