We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4714b0 commit f64b6a6Copy full SHA for f64b6a6
aspnetcore/security/authentication/configure-oidc-web-authentication.md
@@ -59,7 +59,7 @@ builder.Services.AddAuthentication(options =>
59
.AddCookie()
60
.AddOpenIdConnect(options =>
61
{
62
- var oidcConfig = builder.Configuration.GetSection("OpenIDConnectSettings");
+ var oidcConfig = builder.Configuration.GetSection("OpenIDConnectSettings");
63
64
options.Authority = oidcConfig["Authority"];
65
options.ClientId = oidcConfig["ClientId"];
0 commit comments