IAzureActiveDirectoryOpenIdConnectAuthenticationProvider Interface

 

Provides an abstraction enabling the caller to extend or modify the authentication flow provided by AzureActiveDirectoryExtendedLoginProvider.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)

public interface IAzureActiveDirectoryOpenIdConnectAuthenticationProvider

NameDescription
System_CAPS_pubmethodAuthenticated(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.

System_CAPS_pubmethodRequestToken(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.

Return to top
Show: