Package com.azure.spring.cloud.autoconfigure.aad
Spring Cloud Azure's auto-configuration for Active Directory.
-
Class Summary Class Description AadAuthenticationFilterAutoConfiguration Auto-configurationfor Azure Active Authentication filters.AadAutoConfiguration Auto configure beans required for AAD.AadClientRegistrationRepository Manage all AAD OAuth2 clients configured by property "spring.cloud.azure.active-directory.xxx".AadJwtBearerTokenAuthenticationConverter AConverterthat takes aJwtand converts it into aBearerTokenAuthentication.AadOAuth2AuthorizationRequestResolver To add conditional policy claims to authorization URL.AadResourceServerWebSecurityConfigurerAdapter Abstract configuration class, used to make JwtConfigurer and AADJwtBearerTokenAuthenticationConverter take effect.AadTrustedIssuerRepository A tenant id is used to construct the trusted issuer repository.AadWebSecurityConfigurerAdapter Abstract configuration class, used to make AzureClientRegistrationRepository and AuthzCodeGrantRequestEntityConverter take effect.