Skip to content

Commit 6b21688

Browse files
authored
Update how-to-generate-auth-token.md
1 parent 21d2319 commit 6b21688

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ A `client-secret` is a string value your app can use in place of a certificate t
6666
:::image type="content" source="media/how-to-generate-auth-token/client-secret.png" alt-text="Screenshot that shows finding the client secret.":::
6767

6868
### Find redirect-uri
69+
The `redirect-uri` of your app, where your app sends and receives the authentication responses. It must exactly match one of the redirect URIs that you registered in the portal, except that it must be URL encoded.
70+
6971
1. Go to **App registrations**.
7072
1. Under the **Manage** section, select **Authentication**.
7173
1. Fetch the `redirect-uri` (or reply URL) for your app to receive responses from Microsoft Entra ID.

0 commit comments

Comments
 (0)