Méthode | Description | |
---|---|---|
AuthenticationFailed ( Microsoft.AspNet.Authentication.OpenIdConnect.AuthenticationFailedContext context ) : System.Threading.Tasks.Task |
Called by the OIDC middleware when authentication fails.
|
|
AuthenticationValidated ( Microsoft.AspNet.Authentication.OpenIdConnect.AuthenticationValidatedContext context ) : System.Threading.Tasks.Task |
Method that is called by the OIDC middleware after the authentication data has been validated. This is where most of the sign up and sign in work is done.
|
|
AuthorizationCodeReceived ( Microsoft.AspNet.Authentication.OpenIdConnect.AuthorizationCodeReceivedContext context ) : System.Threading.Tasks.Task | ||
AuthorizationResponseReceived ( Microsoft.AspNet.Authentication.OpenIdConnect.AuthorizationResponseReceivedContext context ) : System.Threading.Tasks.Task | ||
MessageReceived ( Microsoft.AspNet.Authentication.OpenIdConnect.MessageReceivedContext context ) : System.Threading.Tasks.Task | ||
RedirectToAuthenticationEndpoint ( Microsoft.AspNet.Authentication.OpenIdConnect.RedirectContext context ) : System.Threading.Tasks.Task |
Called prior to the OIDC middleware redirecting to the authentication endpoint. In the event we are signing up a tenant, we need to put the "admin_consent" value for the prompt query string parameter. AAD uses this to show the admin consent flow.
|
|
RedirectToEndSessionEndpoint ( Microsoft.AspNet.Authentication.OpenIdConnect.RedirectContext context ) : System.Threading.Tasks.Task | ||
RemoteError ( Microsoft.AspNet.Authentication.ErrorContext context ) : System.Threading.Tasks.Task | ||
SurveyAuthenticationEvents ( |
Initializes a new instance of Tailspin.Surveys.Web.Security.SurveyAuthenticationEvents.
|
|
TicketReceived ( Microsoft.AspNet.Authentication.TicketReceivedContext context ) : System.Threading.Tasks.Task | ||
TokenResponseReceived ( Microsoft.AspNet.Authentication.OpenIdConnect.TokenResponseReceivedContext context ) : System.Threading.Tasks.Task | ||
UserInformationReceived ( Microsoft.AspNet.Authentication.OpenIdConnect.UserInformationReceivedContext context ) : System.Threading.Tasks.Task |
Méthode | Description | |
---|---|---|
CreateOrUpdateUserAsync ( Microsoft.AspNet.Authentication.AuthenticationTicket authenticationTicket, |
||
NormalizeClaims ( |
Transforms the claims from AAD to well-known claims.
|
|
SignUpTenantAsync ( Microsoft.AspNet.Authentication.BaseControlContext context, |
public AuthenticationFailed ( Microsoft.AspNet.Authentication.OpenIdConnect.AuthenticationFailedContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.OpenIdConnect.AuthenticationFailedContext | An OIDC-middleware supplied |
Résultat | System.Threading.Tasks.Task |
public AuthenticationValidated ( Microsoft.AspNet.Authentication.OpenIdConnect.AuthenticationValidatedContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.OpenIdConnect.AuthenticationValidatedContext | An OIDC-supplied |
Résultat | System.Threading.Tasks.Task |
public AuthorizationCodeReceived ( Microsoft.AspNet.Authentication.OpenIdConnect.AuthorizationCodeReceivedContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.OpenIdConnect.AuthorizationCodeReceivedContext | |
Résultat | System.Threading.Tasks.Task |
public AuthorizationResponseReceived ( Microsoft.AspNet.Authentication.OpenIdConnect.AuthorizationResponseReceivedContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.OpenIdConnect.AuthorizationResponseReceivedContext | |
Résultat | System.Threading.Tasks.Task |
public MessageReceived ( Microsoft.AspNet.Authentication.OpenIdConnect.MessageReceivedContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.OpenIdConnect.MessageReceivedContext | |
Résultat | System.Threading.Tasks.Task |
public RedirectToAuthenticationEndpoint ( Microsoft.AspNet.Authentication.OpenIdConnect.RedirectContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.OpenIdConnect.RedirectContext | The |
Résultat | System.Threading.Tasks.Task |
public RedirectToEndSessionEndpoint ( Microsoft.AspNet.Authentication.OpenIdConnect.RedirectContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.OpenIdConnect.RedirectContext | |
Résultat | System.Threading.Tasks.Task |
public RemoteError ( Microsoft.AspNet.Authentication.ErrorContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.ErrorContext | |
Résultat | System.Threading.Tasks.Task |
public SurveyAuthenticationEvents ( |
||
adOptions | Application settings related to Azure Active Directory. | |
loggerFactory | ILoggerFactory | |
Résultat | System |
public TicketReceived ( Microsoft.AspNet.Authentication.TicketReceivedContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.TicketReceivedContext | |
Résultat | System.Threading.Tasks.Task |
public TokenResponseReceived ( Microsoft.AspNet.Authentication.OpenIdConnect.TokenResponseReceivedContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.OpenIdConnect.TokenResponseReceivedContext | |
Résultat | System.Threading.Tasks.Task |
public UserInformationReceived ( Microsoft.AspNet.Authentication.OpenIdConnect.UserInformationReceivedContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.OpenIdConnect.UserInformationReceivedContext | |
Résultat | System.Threading.Tasks.Task |