Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.25 KB

File metadata and controls

35 lines (18 loc) · 1.25 KB

Creating a new App Registration

  1. Click on Home and select Microsoft Entra ID.

Microsoft Entra ID

  1. Click on App registrations.

App registrations

  1. Click on + New registration.

New Registrations

  1. Provide the Name, select supported account types as Accounts in this organizational directory only(Contoso only - Single tenant), select platform as Web, enter/select the URL and register.

Add Details

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

Redirect URL

  1. Click on + Add a platform.

+ Add platform

  1. Click on Web.

Web

  1. 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 choose Pick an existing app registration in this directory from the Add an Identity Provider page and provide the newly registered App Name.

E.g. <<https://<< appservicename >>.azurewebsites.net/.auth/login/aad/callback>>

Add Details