Skip to content

Commit 228a30c

Browse files
Merge pull request #293061 from pratikjadhav13/patch-12
(AzureCXP) fixes MicrosoftDocs/azure-docs#359119
2 parents 2e80df3 + 9ce2ba3 commit 228a30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/configure-authentication-in-azure-static-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Once you've added the app ID and secret, use the following steps to add the Azur
112112
}
113113
},
114114
"login": {
115-
"nameClaimType": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name",
115+
"nameClaimType": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier",
116116
"scopes": [],
117117
"loginParameterNames": []
118118
}

0 commit comments

Comments
 (0)