2using System.Threading.Tasks;
4using Microsoft.AspNetCore.Authentication;
5using Microsoft.AspNetCore.Authentication.OpenIdConnect;
20 Task
ValidateTgsToken(Microsoft.AspNetCore.Authentication.JwtBearer.TokenValidatedContext tokenValidatedContext, CancellationToken cancellationToken);
30 Task
ValidateOidcToken(RemoteAuthenticationContext<OpenIdConnectOptions> tokenValidatedContext,
string schemeKey,
string groupIdClaimName, CancellationToken cancellationToken);
Handles validating authentication tokens.
Task ValidateTgsToken(Microsoft.AspNetCore.Authentication.JwtBearer.TokenValidatedContext tokenValidatedContext, CancellationToken cancellationToken)
Handles TGS tokenValidatedContext s.
Task ValidateOidcToken(RemoteAuthenticationContext< OpenIdConnectOptions > tokenValidatedContext, string schemeKey, string groupIdClaimName, CancellationToken cancellationToken)
Handles OIDC tokenValidatedContext s.