Skip to content

Commit c6355bc

Browse files
committed
2 spaces
1 parent f0f5789 commit c6355bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ Add the OpenID Connect client settings to the application configuration properti
9797

9898
```json
9999
"OpenIDConnectSettings": {
100-
// OpenID Connect URL
101-
"Authority": "https://localhost:44318",
102-
// client ID from the OpenID Connect server
103-
"ClientId": "oidc-pkce-confidential",
104-
//"ClientSecret": "--stored-in-user-secrets-or-key-vault--"
100+
// OpenID Connect URL
101+
"Authority": "https://localhost:44318",
102+
// client ID from the OpenID Connect server
103+
"ClientId": "oidc-pkce-confidential",
104+
//"ClientSecret": "--stored-in-user-secrets-or-key-vault--"
105105
},
106106
```
107107

0 commit comments

Comments
 (0)