IAzureActiveDirectoryOpenIdConnectAuthenticationProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides an abstraction enabling the caller to extend or modify the authentication flow provided by AzureActiveDirectoryExtendedLoginProvider.
public interface IAzureActiveDirectoryOpenIdConnectAuthenticationProvider
type IAzureActiveDirectoryOpenIdConnectAuthenticationProvider = interface
Public Interface IAzureActiveDirectoryOpenIdConnectAuthenticationProvider
- Derived
Methods
Authenticated(AzureActiveDirectoryOpenIdConnectAuthenticatedContext) |
Called each time a request identity has been validated by the middleware. Gives the application an opportunity to alter or reject the identity which has arrived with the request. |
RequestToken(AzureActiveDirectoryOpenIdConnectRequestTokenContext) |
Invoked before the ClaimsIdentity is created. Gives the application an opportunity to find the identity from a different location, adjust, or reject the token. |
Applies to
Azure SDK for .NET