IMicrosoftAccountAuthenticationProvider Interface

 

Specifies callback methods which the MicrosoftAccountAuthenticationMiddleware invokes to enable developer control over the authentication process. />

Namespace:   Microsoft.Owin.Security.MicrosoftAccount
Assembly:  Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)

public interface class IMicrosoftAccountAuthenticationProvider

NameDescription
System_CAPS_pubmethodApplyRedirect(MicrosoftAccountApplyRedirectContext^)

Called when a Challenge causes a redirect to authorize endpoint in the Microsoft middleware

System_CAPS_pubmethodAuthenticated(MicrosoftAccountAuthenticatedContext^)

Invoked whenever Microsoft succesfully authenticates a user

System_CAPS_pubmethodReturnEndpoint(MicrosoftAccountReturnEndpointContext^)

Invoked prior to the ClaimsIdentity being saved in a local cookie and the browser being redirected to the originally requested URL.

Return to top
Show: