See: Description
| Class | Description |
|---|---|
| AADB2CAuthorizationRequestResolver |
This class handles the OAuth2 request procession for AAD B2C authorization.
|
| AADB2CAutoConfiguration |
When the configuration matches the
AADB2CConditions.CommonCondition.WebAppMode condition,
configure the necessary beans for AAD B2C authentication and authorization,
and import AADB2COAuth2ClientConfiguration class for AAD B2C OAuth2 client support. |
| AADB2CClientRegistrationRepository |
ClientRegistrationRepository for aad b2c
|
| AADB2CConditions |
Conditions for activating AAD B2C beans.
|
| AADB2CJwtBearerTokenAuthenticationConverter |
A
Converter that takes a Jwt and converts it into a BearerTokenAuthentication. |
| AADB2CJwtGrantedAuthoritiesConverter |
Extracts the
GrantedAuthoritys from scope attributes typically found in a Jwt. |
| AADB2CLogoutSuccessHandler |
Get the url of successful logout and handle the navigation on logout.
|
| AADB2COAuth2AuthenticatedPrincipal |
entity class of AADB2COAuth2AuthenticatedPrincipal
|
| AADB2COAuth2AuthorizationCodeGrantRequestEntityConverter |
Used to set azure service header tag when use "auth-code" to get "access_token".
|
| AADB2COAuth2ClientConfiguration |
Configuration for AAD B2C OAuth2 client support, when depends on the Spring OAuth2 Client module.
|
| AADB2COidcLoginConfigurer |
Configure B2C OAUTH2 login properties.
|
| AADB2CProperties |
Configuration properties for Azure Active Directory B2C.
|
| AADB2CResourceServerAutoConfiguration |
When the configuration matches the
AADB2CConditions.CommonCondition.WebApiMode condition, configure the
necessary beans for AAD B2C resource server beans, and import AADB2COAuth2ClientConfiguration class for AAD
B2C OAuth2 client support. |
| AADB2CTrustedIssuerRepository |
Construct a trusted aad b2c issuer repository.
|
| AADB2CURL |
To get AAD B2C URLs for configuration.
|
| AuthorizationClientProperties |
Properties for an oauth2 client.
|
| Exception | Description |
|---|---|
| AADB2CConfigurationException |
Throw runtime exception for configuration.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.