From e584a7c5006997c0bc497734191f02e8125e86ae Mon Sep 17 00:00:00 2001 From: Nick Jones Date: Wed, 2 Apr 2025 09:57:49 -0400 Subject: [PATCH] s/informaiton/information Simple typo fix --- .../authentication/configure-oidc-web-authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/authentication/configure-oidc-web-authentication.md b/aspnetcore/security/authentication/configure-oidc-web-authentication.md index acf88217a096..1f5551fe4a56 100644 --- a/aspnetcore/security/authentication/configure-oidc-web-authentication.md +++ b/aspnetcore/security/authentication/configure-oidc-web-authentication.md @@ -101,7 +101,7 @@ For the different claims mapping possibilities, see . +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 . ```json "OpenIDConnectSettings": {