Skip to content

Commit 506dddb

Browse files
authored
s/informaiton/information (#35124)
1 parent 50f251c commit 506dddb

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
@@ -101,7 +101,7 @@ For the different claims mapping possibilities, see <xref:security/authenticatio
101101
102102
### Setup the configuration properties
103103
104-
Add the OpenID Connect client settings to the application configuration properties. The settings must match the client configuration in the OpenID Connect server. No secrets should be persisted in application settings where they might get accidentally checked in. Secrets should be stored in a secure location like Azure Key Vault in production environments or in user secrets in a development environment. For more informaiton, see <xref:security/app-secrets>.
104+
Add the OpenID Connect client settings to the application configuration properties. The settings must match the client configuration in the OpenID Connect server. No secrets should be persisted in application settings where they might get accidentally checked in. Secrets should be stored in a secure location like Azure Key Vault in production environments or in user secrets in a development environment. For more information, see <xref:security/app-secrets>.
105105
106106
```json
107107
"OpenIDConnectSettings": {

0 commit comments

Comments
 (0)