Creating a new App Registration
April 22, 2026 ยท View on GitHub
- Click on
Homeand selectMicrosoft Entra ID.

- Click on
App registrations.

- Click on
+ New registration.

- Provide the
Name, select supported account types asAccounts in this organizational directory only(Contoso only - Single tenant), select platform asWeb, enter/select theURLand register.

- After application is created successfully, then click on
Add a Redirect URL.

- Click on
+ Add Redirect URI.

- Click on
Web.

- Enter the
web app URL(Provide the app service name in place of XXXX) and Save. Then go back to Set Up Authentication in Azure App Service Step 1 page and follow from Point 4 choosePick an existing app registration in this directoryfrom the Add an Identity Provider page and provide the newly registered App Name.
E.g. <<https://<< appservicename >>.azurewebsites.net/.auth/login/aad/callback>>
