Skip to content

Commit d3ab912

Browse files
authored
Update how-to-generate-auth-token.md
1 parent 46ec2e4 commit d3ab912

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/energy-data-services/how-to-generate-auth-token.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ In this article, you learn how to generate the service principal auth token, a u
2121

2222
:::image type="content" source="media/how-to-generate-auth-token/app-registration-uri.png" alt-text="Screenshot that shows adding the URI to the app.":::
2323

24-
1. Fetch the `redirect-uri` (or reply URL) for your app to receive responses from Microsoft Entra ID.
2524

2625
## Fetch parameters
2726

@@ -66,7 +65,14 @@ A `client-secret` is a string value your app can use in place of a certificate t
6665
6766
:::image type="content" source="media/how-to-generate-auth-token/client-secret.png" alt-text="Screenshot that shows finding the client secret.":::
6867

69-
#### Find the URL for your Azure Data Manager for Energy instance
68+
### Find redirect-uri
69+
1. Go to **App registrations**.
70+
1. Under the **Manage** section, select **Authentication**.
71+
1. Fetch the `redirect-uri` (or reply URL) for your app to receive responses from Microsoft Entra ID.
72+
73+
:::image type="content" source="media/how-to-generate-auth-token/redirect-uri.png" alt-text="Screenshot that shows redirect-uri.":::
74+
75+
#### Find the adme-url for your Azure Data Manager for Energy instance
7076

7177
1. Create an [Azure Data Manager for Energy instance](quickstart-create-microsoft-energy-data-services-instance.md).
7278
1. Go to your Azure Data Manager for Energy **Overview** page on the Azure portal.

0 commit comments

Comments
 (0)