Creating a new App Registration

July 28, 2026 ยท View on GitHub

  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 redirect URI.

+ Add platform

  1. Click on Web.

Web

  1. Enter the frontend Container App's callback URL and Save. Then go back to Set Up Authentication in Azure Container Apps 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://<CONTAINER_APP_FQDN>/.auth/login/aad/callback

Add Details