Skip to content

Commit 5411381

Browse files
Fix for ADO 724015
1 parent fbaadf1 commit 5411381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/private-5g-core/enable-azure-active-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ If your deployment contains multiple sites, you can use the same two redirect UR
6565
|---------|---------|---------|
6666
| **Tenant ID** | In the Azure portal, search for Azure Active Directory. You can find the **Tenant ID** field in the Overview page. | `tenant_id` |
6767
| **Application (client) ID** | Navigate to the new local monitoring app registration you just created. You can find the **Application (client) ID** field in the Overview page, under the **Essentials** heading. | `client_id` |
68-
| **Authorization URL** | In the local monitoring app registration Overview page, select **Endpoints**. Copy the contents of the **OAuth 2.0 authorization endpoint (v2)** field. | `auth_url` |
69-
| **Token URL** | In the local monitoring app registration Overview page, select **Endpoints**. Copy the contents of the **OAuth 2.0 token endpoint (v2)** field. | `token_url` |
68+
| **Authorization URL** | In the local monitoring app registration Overview page, select **Endpoints**. Copy the contents of the **OAuth 2.0 authorization endpoint (v2)** field. <br /> Note: If the string contains `organizations`, replace `organizations` with the Tenant ID value. | `auth_url` |
69+
| **Token URL** | In the local monitoring app registration Overview page, select **Endpoints**. Copy the contents of the **OAuth 2.0 token endpoint (v2)** field. <br /> Note: If the string contains `organizations`, replace `organizations` with the Tenant ID value. | `token_url` |
7070
| **Client secret** | You collected this when creating the client secret in the previous step. | `client_secret` |
7171
| **Distributed tracing redirect URI root** | Make a note of the following part of the redirect URI: **https://*\<local monitoring domain\>***. | `redirect_uri_root` |
7272
| **Packet core dashboards redirect URI root** | Make a note of the following part of the packet core dashboards redirect URI: **https://*\<local monitoring domain\>*/grafana**. | `root_url` |

0 commit comments

Comments
 (0)