Skip to content

Commit 731774c

Browse files
committed
Update poral nave changes.
1 parent 9a9f19a commit 731774c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

articles/active-directory/develop/active-directory-optional-claims.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,7 @@ This OptionalClaims object causes the ID token returned to the client to include
123123
124124
You can configure optional claims for your application through the UI or application manifest.
125125

126-
1. Sign in to the [Azure portal](https://portal.azure.com).
127-
1. After you've authenticated, choose your Azure AD tenant by selecting it from the top-right corner of the page.
128-
1. Select **Azure Active Directory** from the left-hand menu.
126+
1. Go to the [Azure portal](https://portal.azure.com). Search for and select **Azure Active Directory**.
129127
1. From the **Manage** section, select **App registrations**.
130128
1. Select the application you want to configure optional claims for in the list.
131129

articles/active-directory/develop/reference-app-manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ You can configure an app's attributes through the Azure portal or programmatical
3333

3434
To configure the application manifest:
3535

36-
1. Sign in the [Azure portal](https://portal.azure.com).
37-
1. Select the **Azure Active Directory** service, and then select **App registrations**.
36+
1. Go to the [Azure portal](https://portal.azure.com). Search for and select the **Azure Active Directory** service.
37+
1. Select **App registrations**.
3838
1. Select the app you want to configure.
3939
1. From the app's **Overview** page, select the **Manifest** section. A web-based manifest editor opens, allowing you to edit the manifest within the portal. Optionally, you can select **Download** to edit the manifest locally, and then use **Upload** to reapply it to your application.
4040

0 commit comments

Comments
 (0)