Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 2.08 KB

azure_app_service_auth_setup.md

File metadata and controls

58 lines (30 loc) · 2.08 KB

Set Up Authentication in Azure App Service

Step 1: 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. If Create new app registration is disabled, go to Step 1a.

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

Step 1a: 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 1 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