Skip to content

Commit 430596b

Browse files
Examples added
1 parent 5411381 commit 430596b

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. <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` |
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 /><br /> Note: If the string contains `organizations`, replace `organizations` with the Tenant ID value. <br />For example: <br />`https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize`<br /> becomes <br />`https://login.microsoftonline.com/72f998bf-86f1-31af-91ab-2d7cd001db56/oauth2/v2.0/authorize` | `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 /><br /> Note: If the string contains `organizations`, replace `organizations` with the Tenant ID value. <br />For example: <br />`https://login.microsoftonline.com/organizations/oauth2/v2.0/token`<br /> becomes <br />`https://login.microsoftonline.com/72f998bf-86f1-31af-91ab-2d7cd001db56/oauth2/v2.0/token` | `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)