You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Token Name | Provide any name for the token. For example, enter `Bearer`|
252
+
| Grant Type | Select **Authorization Code**|
253
+
| Callback URL | Enter `http://localhost`, which sets the Callback URL to the Redirect URI registered with Azure AD. <br/> DO NOT check the **Authorize using browser** checkbox. |
250
254
| Auth URL |`https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/authorize`<br/> Replace `{tenantId}` with the **Directory (tenant) ID**|
251
255
| Access Token URL |`https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token`<br/> Replace `{tenantId}` with the **Directory (tenant) ID**|
252
256
| Client ID | The **Application (client) ID** value of your web app registration |
0 commit comments