Add the redirect URIs
Last updated
Last updated
You'll need to know the name of your web app to add the redirect URI.
Type “Resource groups" in the Azure portal search bar and select said option as it appears.
Once on the page, you will see a list of resource groups displayed. Select the resource group that you have used earlier to create the managed application.
Find and select the managed application created previously as shown in the image below:
Select the Managed resource group.
An overview page will open which will display all the resources.
Your web app will look like the item highlighted in the image below. Note down its full name.
Alternatively, clicking the app's name takes you to its summary page where you can directly copy the web app name.
Type “App registrations" in the Azure portal search bar and select said option as it appears.
Click on Owned applications to see a list of applications you registered and click on the application you registered earlier.
Select Authentication (under Manage) from the left pane.
Click on Add a platform.
Select Web from the right-pane.
Enter the redirect URI for the web app in the Redirect URIs field. Click on Configure to save the changes.
Note: The user web app URI will be in this format: “https://<name>.azurewebsites.net/”, where name will be replaced with the web app name found in the previous steps.