Share via


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)

Syntax

public interface IMicrosoftAccountAuthenticationProvider
public interface class IMicrosoftAccountAuthenticationProvider
type IMicrosoftAccountAuthenticationProvider = interface end
Public Interface IMicrosoftAccountAuthenticationProvider

Methods

Name Description
System_CAPS_pubmethod ApplyRedirect(MicrosoftAccountApplyRedirectContext)

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

System_CAPS_pubmethod Authenticated(MicrosoftAccountAuthenticatedContext)

Invoked whenever Microsoft succesfully authenticates a user

System_CAPS_pubmethod ReturnEndpoint(MicrosoftAccountReturnEndpointContext)

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

See Also

Microsoft.Owin.Security.MicrosoftAccount Namespace

Return to top