Method | Description | |
---|---|---|
AuthenticationFailed ( Microsoft.AspNet.Authentication.JwtBearer.AuthenticationFailedContext context ) : System.Threading.Tasks.Task | ||
ReceivedToken ( Microsoft.AspNet.Authentication.JwtBearer.ReceivedTokenContext context ) : System.Threading.Tasks.Task | ||
ReceivingToken ( Microsoft.AspNet.Authentication.JwtBearer.ReceivingTokenContext context ) : System.Threading.Tasks.Task | ||
SurveysJwtBearerEvents ( ILogger logger ) : System.IdentityModel.Tokens | ||
ValidatedToken ( Microsoft.AspNet.Authentication.JwtBearer.ValidatedTokenContext context ) : System.Threading.Tasks.Task |
This method contains the logic that validates the user's tenant and normalizes claims.
|
public AuthenticationFailed ( Microsoft.AspNet.Authentication.JwtBearer.AuthenticationFailedContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.JwtBearer.AuthenticationFailedContext | |
return | System.Threading.Tasks.Task |
public ReceivedToken ( Microsoft.AspNet.Authentication.JwtBearer.ReceivedTokenContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.JwtBearer.ReceivedTokenContext | |
return | System.Threading.Tasks.Task |
public ReceivingToken ( Microsoft.AspNet.Authentication.JwtBearer.ReceivingTokenContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.JwtBearer.ReceivingTokenContext | |
return | System.Threading.Tasks.Task |
public SurveysJwtBearerEvents ( ILogger logger ) : System.IdentityModel.Tokens | ||
logger | ILogger | |
return | System.IdentityModel.Tokens |
public ValidatedToken ( Microsoft.AspNet.Authentication.JwtBearer.ValidatedTokenContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNet.Authentication.JwtBearer.ValidatedTokenContext | The validated token context |
return | System.Threading.Tasks.Task |