Skip to content

Commit

Permalink
Update content-repo/extra-docs/articles/microsoft-auth-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: ShirleyDenkberg <[email protected]>
  • Loading branch information
michal-dagan and ShirleyDenkberg authored Nov 12, 2023
1 parent 5f2a2d8 commit 374f9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-repo/extra-docs/articles/microsoft-auth-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Some Cortex XSOAR-Microsoft integrations (e.g., Microsoft Graph Mail Single User
To configure a Microsoft integration that uses this authorization flow with a self-deployed Azure application:

1. Make sure the needed permissions are granted for the app registration, e.g., for Microsoft Graph User: API/Permission name `Directory.AccessAsUser.All` of type `Delegated`.
2. In your app click **Authentication > Platform configurations > Add a platform.** Choose **Web** and add Redirect URI: https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#add-a-redirect-uri.
2. In your app. click **Authentication** > **Platform configurations** > **Add a platform.** Choose **Web** and add Redirect URI: https://learn.microsoft.com/en-us/entra/identity-platform/quickstart-register-app#add-a-redirect-uri.
The Redirect URI can direct any web application that you wish to receive responses from Azure AD. If you are not sure what to set, you can use `https://localhost`.
3. Enter your client ID in the *ID* parameter field.
4. Enter your client secret in the *Key* parameter field.
Expand Down

0 comments on commit 374f9b0

Please sign in to comment.