3 references to UseSecurityTokenValidator
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectHandler.cs (2)
771
if (!Options.
UseSecurityTokenValidator
)
851
if (!Options.
UseSecurityTokenValidator
)
OpenIdConnectOptions.cs (1)
279
/// This will be used instead of <see cref="SecurityTokenValidator"/> if <see cref="
UseSecurityTokenValidator
"/> is <see langword="false"/>.