Skip to content

Commit 92e1851

Browse files
authored
Merge pull request #92651 from mmacy/patch-14
[b2c] add profile scope to TechnicalProfile
2 parents ee904a1 + 5a8f852 commit 92e1851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/active-directory-b2c-setup-commonaad-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You can define Azure AD as a claims provider by adding Azure AD to the **ClaimsP
8383
<!-- Update the Client ID below to the Application ID -->
8484
<Item Key="client_id">00000000-0000-0000-0000-000000000000</Item>
8585
<Item Key="response_types">code</Item>
86-
<Item Key="scope">openid</Item>
86+
<Item Key="scope">openid profile</Item>
8787
<Item Key="response_mode">form_post</Item>
8888
<Item Key="HttpBinding">POST</Item>
8989
<Item Key="UsePolicyInRedirectUri">false</Item>

0 commit comments

Comments
 (0)