2 writes to UseSecurityTokenValidator
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1292
o.
UseSecurityTokenValidator
= true;
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1289
o.
UseSecurityTokenValidator
= false;
3 references to UseSecurityTokenValidator
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectHandler.cs (2)
770
if (!Options.
UseSecurityTokenValidator
)
850
if (!Options.
UseSecurityTokenValidator
)
OpenIdConnectOptions.cs (1)
279
/// This will be used instead of <see cref="SecurityTokenValidator"/> if <see cref="
UseSecurityTokenValidator
"/> is <see langword="false"/>.