Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 1.8 KB

File metadata and controls

53 lines (28 loc) · 1.8 KB

Add Authentication in Azure App Service configuration

  1. Click on Authentication from left menu.

Authentication

  1. Click on + Add Provider to see a list of identity providers.

Authentication Identity

  1. Click on + Add Provider to see a list of identity providers.

Add Provider

  1. Select the first option Microsoft Entra Id from the drop-down list.

Add Provider

  1. Accept the default values and click on Add button to go back to the previous page with the identify provider added.

Add Provider

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 sucessfully, 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 [Step 4] 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.

Add Details