C# Class Tailspin.Surveys.Web.Logging.SurveyAuthenticationEventsLoggingExtensions

ILogger extensions for events which occur when OpenID Authentication notifications occur.
Exibir arquivo Open project: Azure-Samples/guidance-identity-management-for-multitenant-apps

Public Methods

Method Description
AuthenticationCodeRedemptionCompleted ( this logger, string userId, string issuer, string resource ) : void
AuthenticationCodeRedemptionFailed ( this logger, Exception exp ) : void
AuthenticationCodeRedemptionStarted ( this logger, string userId, string issuer, string resource ) : void
AuthenticationFailed ( this logger, Exception exp ) : void
AuthenticationValidated ( this logger, string userId, string issuer ) : void
RedirectToIdentityProvider ( this logger ) : void
SignUpTenantFailed ( this logger, string userId, string issuer, Exception exp ) : void
UnregisteredUserSignInAttempted ( this logger, string userId, string issuer ) : void

Method Details

AuthenticationCodeRedemptionCompleted() public static method

public static AuthenticationCodeRedemptionCompleted ( this logger, string userId, string issuer, string resource ) : void
logger this
userId string
issuer string
resource string
return void

AuthenticationCodeRedemptionFailed() public static method

public static AuthenticationCodeRedemptionFailed ( this logger, Exception exp ) : void
logger this
exp System.Exception
return void

AuthenticationCodeRedemptionStarted() public static method

public static AuthenticationCodeRedemptionStarted ( this logger, string userId, string issuer, string resource ) : void
logger this
userId string
issuer string
resource string
return void

AuthenticationFailed() public static method

public static AuthenticationFailed ( this logger, Exception exp ) : void
logger this
exp System.Exception
return void

AuthenticationValidated() public static method

public static AuthenticationValidated ( this logger, string userId, string issuer ) : void
logger this
userId string
issuer string
return void

RedirectToIdentityProvider() public static method

public static RedirectToIdentityProvider ( this logger ) : void
logger this
return void

SignUpTenantFailed() public static method

public static SignUpTenantFailed ( this logger, string userId, string issuer, Exception exp ) : void
logger this
userId string
issuer string
exp System.Exception
return void

UnregisteredUserSignInAttempted() public static method

public static UnregisteredUserSignInAttempted ( this logger, string userId, string issuer ) : void
logger this
userId string
issuer string
return void