1 write to SecurityTokenValidator
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectOptions.cs (1)
48
SecurityTokenValidator
= _defaultHandler;
4 references to SecurityTokenValidator
Microsoft.AspNetCore.Authentication.OpenIdConnect (4)
OpenIdConnectHandler.cs (2)
1388
if (!Options.
SecurityTokenValidator
.CanReadToken(idToken))
1405
var principal = Options.
SecurityTokenValidator
.ValidateToken(idToken, validationParameters, out SecurityToken validatedToken);
OpenIdConnectOptions.cs (2)
279
/// This will be used instead of <see cref="
SecurityTokenValidator
"/> if <see cref="UseSecurityTokenValidator"/> is <see langword="false"/>.
400
/// Gets or sets whether to use the <see cref="TokenHandler"/> or the <see cref="
SecurityTokenValidator
"/> for validating identity tokens.