Skip to content

Commit

Permalink
Update azure-graph-permissions-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dropbearau51 authored Nov 30, 2023
1 parent 4649b85 commit c99338c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions azure-graph-permissions-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,15 @@ Please follow these steps to set the redirect uri correctly:

1. Navigate to the Azure Portal
1. Navigate to the Microsoft Entra ID blade
1. Navigate to the App Registrations blade
1. Navigate to the [App Registrations blade](https://portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationsListBlade)
1. Select the app registration you created for ImmyBot
- You may need to change the filter to "All Applications"
- You can paste the Application (client) ID of your custom app registration into the search box to find it
![image](https://github.com/immense/immybot-documentation/assets/95599350/ae22d9b4-6ce4-4c34-b3ea-cc4005d5b5c0)
1. Navigate to the Authentication blade
1. Add a new redirect uri
- Select "Add a platform"
- Select "Web" as the type
- ![image](https://github.com/immense/immybot-documentation/assets/95599350/3df15893-7ea1-4a3f-9025-7852dce08627)
- Enter `https://<your-domain>.immy.bot/consent-callback` as the redirect uri, replacing `<your-domain>` appropriately
1. Click "Save"
- Click "Configure"
- ![image](https://github.com/immense/immybot-documentation/assets/95599350/3a1e678e-223d-4a05-a7d1-71d68750fbdc)

0 comments on commit c99338c

Please sign in to comment.