Skip to content

Commit 9ce2ba3

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#359119
Updated line number 115. From:"nameClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name", To: From:"nameClaimType":"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier",
1 parent 6a9acd9 commit 9ce2ba3

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)