Skip to content

Commit 7f354c4

Browse files
authored
Update authentication-custom.md
1 parent 4f38890 commit 7f354c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,15 @@ Once you have the registration credentials, use the following steps to create a
219219
"registration": {
220220
"clientIdSettingName": "<MY_PROVIDER_CLIENT_ID>",
221221
"clientCredential": {
222-
"secretSettingName": "<MY_PROVIDER_CLIENT_SECRET>"
222+
"clientSecretSettingName": "<MY_PROVIDER_CLIENT_SECRET>"
223223
},
224224
"openIdConnectConfiguration": {
225225
"wellKnownOpenIdConfiguration": "https://<MY_ID_SERVER>/.well-known/openid-configuration"
226226
}
227227
},
228228
"login": {
229229
"nameClaimType": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name",
230-
"scope": [],
230+
"scopes": [],
231231
"loginParameterNames": []
232232
}
233233
}

0 commit comments

Comments
 (0)