App Authentication
Add Authentication in Azure App Service configuration¶
- Click on
Authenticationfrom left menu.

- Click on
+ Add Providerto see a list of identity providers.

- Click on
+ Add Providerto see a list of identity providers.

- Select the first option
Microsoft Entra Idfrom the drop-down list.

- Accept the default values and click on
Addbutton to go back to the previous page with the identity provider added.

### Creating a new App Registration
1. Click on Home and select Microsoft 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 sucessfully, then click on
Add a Redirect URL.

- Click on
+ Add a platform.

- Click on
Web.

- 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 choosePick an existing app registration in this directoryfrom the Add an Identity Provider page and provide the newly registered App Name.
