We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently in AadIssuerValidator, ConfigurationManager is a private static variable.
ConfigurationManager
microsoft-identity-web/src/Microsoft.Identity.Web/Resource/AadIssuerValidator.cs
Line 25 in d33ab13
Investigate to possibly make it an injectable singleton, so it's easier to fake/replace.
The text was updated successfully, but these errors were encountered:
Compare to the options pattern AspNet uses that allows you to provide a backchannel and/or a configuration manager: https://github.com/dotnet/aspnetcore/blob/3fdbc2e90d9762324ef3809098c9ca25b0cb3284/src/Security/Authentication/OpenIdConnect/src/OpenIdConnectPostConfigureOptions.cs#L67-L105
Sorry, something went wrong.
Included in 1.2.0 release.
jennyf19
No branches or pull requests
Currently in AadIssuerValidator,
ConfigurationManager
is a private static variable.microsoft-identity-web/src/Microsoft.Identity.Web/Resource/AadIssuerValidator.cs
Line 25 in d33ab13
Investigate to possibly make it an injectable singleton, so it's easier to fake/replace.
The text was updated successfully, but these errors were encountered: