You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, `https://contoso.b2clogin.com/contoso.onmicrosoft.com/oauth2/authresp`.
25
+
For example, `https://fabrikam.b2clogin.com/fabrikam.onmicrosoft.com/oauth2/authresp`.
26
26
27
27
1. Select **Register**. Record the **Application (client) ID** for use in a later step.
28
28
1. Select **Certificates & secrets**, and then select **New client secret**.
29
29
1. Enter a **Description** for the secret, select an expiration, and then select **Add**. Record the **Value** of the secret for use in a later step.
30
30
31
31
### Configuring optional claims
32
32
33
-
If you want to get the `family_name` and `given_name` claims from Azure AD, you can configure optional claims for your application in the Azure portal UI or application manifest. For more information, see [How to provide optional claims to your Azure AD app](../active-directory/develop/active-directory-optional-claims.md).
33
+
If you want to get the `family_name` and `given_name` claims from Azure AD, you can configure optional claims for your application in the Azure portal UI or application manifest. For more information, see [How to provide optional claims to your Azure AD app](/active-directory/develop/active-directory-optional-claims.md).
34
34
35
35
1. Sign in to the [Azure portal](https://portal.azure.com). Search for and select **Azure Active Directory**.
36
36
1. From the **Manage** section, select **App registrations**.
37
37
1. Select the application you want to configure optional claims for in the list.
38
-
1. From the **Manage** section, select **Token configuration (preview)**.
38
+
1. From the **Manage** section, select **Token configuration**.
39
39
1. Select **Add optional claim**.
40
-
1. Select the token type you want to configure.
41
-
1. Select the optional claims to add.
40
+
1. For the **Token type**, select **ID**.
41
+
1. Select the optional claims to add, `family_name` and `given_name`.
0 commit comments