Skip to content

Commit f64b6a6

Browse files
committed
spaces
1 parent d4714b0 commit f64b6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/security/authentication/configure-oidc-web-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ builder.Services.AddAuthentication(options =>
5959
.AddCookie()
6060
.AddOpenIdConnect(options =>
6161
{
62-
var oidcConfig = builder.Configuration.GetSection("OpenIDConnectSettings");
62+
var oidcConfig = builder.Configuration.GetSection("OpenIDConnectSettings");
6363

6464
options.Authority = oidcConfig["Authority"];
6565
options.ClientId = oidcConfig["ClientId"];

0 commit comments

Comments
 (0)