Skip to content

Commit f67197d

Browse files
authored
Merge pull request #209832 from dlepow/apimclaim
[APIM] Clarify attributes/claims in AAD B2C article
2 parents cc9ab7c + b1ea3fa commit f67197d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/api-management/api-management-howto-aad-b2c.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ In this section, you'll create a user flow in your Azure Active Directory B2C te
4242
1. Enter a unique name for the user flow.
4343
1. In **Identity providers**, select **Email signup**.
4444
1. In **User attributes and token claims**, select the attributes and claims needed for the API Management developer portal (not needed for the legacy developer portal).
45-
![Application claims](./media/api-management-howto-aad-b2c/api-management-application-claims.png)
4645
* **Attributes**: Given Name, Surname
47-
* **Claims**: Email Addresses, Given Name, Surname, User’s ObjectID
46+
* **Claims**: Given Name, Surname, Email Addresses, User’s ObjectID
47+
48+
![Application claims](./media/api-management-howto-aad-b2c/api-management-application-claims.png)
4849
1. Select **Create**.
4950

5051
## Configure identity provider for developer portal
-23 KB
Loading

0 commit comments

Comments
 (0)