1 write to RefreshOnIssuerKeyNotFound
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectConfigureOptions.cs (1)
66
options.
RefreshOnIssuerKeyNotFound
= StringHelpers.ParseValueOrDefault(configSection[nameof(options.RefreshOnIssuerKeyNotFound)], bool.Parse, options.RefreshOnIssuerKeyNotFound);
3 references to RefreshOnIssuerKeyNotFound
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectConfigureOptions.cs (2)
66
options.RefreshOnIssuerKeyNotFound = StringHelpers.ParseValueOrDefault(configSection[nameof(options.
RefreshOnIssuerKeyNotFound
)], bool.Parse, options.
RefreshOnIssuerKeyNotFound
);
OpenIdConnectHandler.cs (1)
933
if (Options.
RefreshOnIssuerKeyNotFound
&& exception is SecurityTokenSignatureKeyNotFoundException)