| Class | Description |
|---|---|
| AADHandleConditionalAccessFilter |
Handle the
WebClientResponseException in On-Behalf-Of flow. |
| AADOAuth2AuthorizationCodeGrantRequestEntityConverter |
Used to set "scope" parameter when use "auth-code" to get "access_token".
|
| AADOAuth2AuthorizationRequestResolver |
To add conditional policy claims to authorization URL.
|
| AADOAuth2AuthorizedClientRepository |
OAuth2AuthorizedClientRepository used for AAD oauth2 clients.
|
| AADOAuth2UserService |
This implementation will retrieve group info of user from Microsoft Graph.
|
| AADWebAppClientRegistrationRepository |
Manage all AAD oauth2 clients configured by property "azure.activedirectory.xxx" for webapp
|
| AADWebAppConfiguration |
Configure the necessary beans used for aad authentication and authorization.
|
| AADWebAppConfiguration.DefaultAADWebSecurityConfigurerAdapter |
Sample configuration to make AzureActiveDirectoryOAuth2UserService take effect.
|
| AADWebSecurityConfigurerAdapter |
Abstract configuration class, used to make AzureClientRegistrationRepository and AuthzCodeGrantRequestEntityConverter
take effect.
|
| AuthorizationClientProperties |
Properties for an oauth2 client.
|
| AzureClientRegistration |
Azure oauth2 client registration.
|
| GraphClient |
GraphClient is used to access graph server.
|
| GroupInformation |
Contains information about the group.
|
| JacksonHttpSessionOAuth2AuthorizedClientRepository |
An implementation of an
OAuth2AuthorizedClientRepository that stores OAuth2AuthorizedClient's in the
HttpSession. |
Copyright © 2021 Microsoft Corporation. All rights reserved.