IAzureActiveDirectoryOpenIdConnectAuthenticationProvider Interface

Definition

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