Skip to content

Commit c66994a

Browse files
committed
initial-commit
1 parent 8833919 commit c66994a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: active-directory
77
ms.subservice: develop
88
ms.topic: how-to
99
ms.workload: identity
10-
ms.date: 12/28/2022
10+
ms.date: 03/28/2023
1111
ms.author: davidmu
1212
ms.custom: aaddev
1313
ms.reviewer: ludwignick
@@ -136,7 +136,7 @@ You can configure optional claims for your application through the UI or applica
136136
1. Go to the <a href="https://portal.azure.com/" target="_blank">Azure portal</a>.
137137
1. Search for and select **Azure Active Directory**.
138138
1. Under **Manage**, select **App registrations**.
139-
1. Select the application you want to configure optional claims for in the list.
139+
1. Choose the application for which you want to configure optional claims based on your scenario and desired outcome.
140140

141141
**Configuring optional claims through the UI:**
142142

articles/active-directory/develop/includes/console-app/quickstart-python.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ https://login.microsoftonline.com/Enter_the_Tenant_Id_Here/adminconsent?client_i
8787

8888
Where:
8989
* `Enter_the_Tenant_Id_Here` - replace this value with the **Tenant Id** or **Tenant name** (for example, contoso.microsoft.com)
90-
* `Enter_the_Application_Id_Here` - is the **Application (client) ID** for the application you registered.
91-
90+
* `Enter_the_Application_Id_Here` - is the **Application (client) ID** for the application you registered previously.
9291

9392

9493
#### Step 5: Run the application

0 commit comments

Comments
 (0)