Skip to content

Commit 0dad7fc

Browse files
authored
Merge pull request #75742 from shibayan/patch-2
Update authentication-custom.md
2 parents 3455b8f + debc0a8 commit 0dad7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/authentication-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Once you have the registration credentials, use the following steps to create a
219219
"registration": {
220220
"clientIdSettingName": "<MY_PROVIDER_CLIENT_ID_SETTING_NAME>",
221221
"clientCredential": {
222-
"secretSettingName": "<MY_PROVIDER_CLIENT_SECRET_SETTING_NAME>"
222+
"clientSecretSettingName": "<MY_PROVIDER_CLIENT_SECRET_SETTING_NAME>"
223223
},
224224
"openIdConnectConfiguration": {
225225
"wellKnownOpenIdConfiguration": "https://<PROVIDER_ISSUER_URL>/.well-known/openid-configuration"

0 commit comments

Comments
 (0)