MicrosoftAccountAuthenticationProvider::ApplyRedirect Method
Called when a Challenge causes a redirect to authorize endpoint in the Microsoft account middleware
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
public: virtual void ApplyRedirect( MicrosoftAccountApplyRedirectContext^ context )
Parameters
- context
- Type: Microsoft.Owin.Security.MicrosoftAccount::MicrosoftAccountApplyRedirectContext
Contains redirect URI and AuthenticationProperties of the challenge
Implements
IMicrosoftAccountAuthenticationProvider::ApplyRedirect(MicrosoftAccountApplyRedirectContext)
Show: