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 f0f5789 commit c6355bcCopy full SHA for c6355bc
aspnetcore/security/authentication/configure-oidc-web-authentication.md
@@ -97,11 +97,11 @@ Add the OpenID Connect client settings to the application configuration properti
97
98
```json
99
"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--"
+ // OpenID Connect URL
+ "Authority": "https://localhost:44318",
+ // client ID from the OpenID Connect server
+ "ClientId": "oidc-pkce-confidential",
+ //"ClientSecret": "--stored-in-user-secrets-or-key-vault--"
105
},
106
```
107
0 commit comments