Steps to Create App registration for the Front End

  1. Login to the Azure portal with an Admin user
  2. Search for App registrations in the search bar at the top
  3. Click New Registration
    1. Enter display name as am-web
    2. Leave the remaining options as default
    3. Click the Register button
  4. Click on newly created App registration named am-web
  5. In the left menu, click on Authentication
    1. Click the Add a platform button
    2. Select Single-page application from the web applications list
    3. Enter Redirect URIs as the URL from prerequisites step 1
    4. Check Access tokens (used for implicit flows)
    5. Check ID tokens (used for implicit and hybrid flows)
    6. Click the Configure button
  6. On the Single Page Application widget, click Add URI
    1. Enter the URL from prerequisites step 2 and append /signin-oidc to the end of the URL:
      1. Example: https://am-be-g576hwyt583s.azurewebsites.net/signin-oidc
  7. On the top bar, click the Save button

Steps to Update configuration for Back End Service

  1. Login to the Azure portal with Admin user
  2. Search for app registrations in the search bar at the top
  3. Click on the App service named am-be-xxxxxxxxxxxx from prerequisites step 2
  4. Under the Settings section on the left, click Configuration
  5. Use the table below to update the settings with precision. Be careful!

Example

 

Application Setting name Value
WebAppRegistrationConfiguration:ClientID “Application (client) ID” of application created in Step 3 from “Overview” tab
AppConfiguration:KeyVaultUrl Url of keyvault