Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.36 KB

File metadata and controls

32 lines (18 loc) · 1.36 KB

Set Up Authentication in Azure App Service

This document provides step-by-step instructions to configure Azure App Registrations for a front-end application.

Prerequisites

  • Access to Microsoft Entra ID
  • Necessary permissions to create and manage App Registrations

Step 1: Add Authentication in Azure App Service configuration

  1. Click on Authentication from left menu.

Authentication

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

Authentication Identity

  1. Click on Identity Provider dropdown to see a list of identity providers.

Add Provider

  1. Select the first option Microsoft Entra Id from the drop-down list and select client secret expiration under App registration.

NOTE: If Create new app registration is disabled, then go to Create new app registration and come back to this step to complete the app authentication.

Add Provider

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

Add Provider

  1. You have successfully added app authentication, and now required to log in to access the application.