- Login to the Azure portal with an Admin user
- Search for App registrations in the search bar at the top
- Click New Registration
- Enter display name as am-web
- Leave the remaining options as default
- Click the Register button
- Click on newly created App registration named am-web
- In the left menu, click on Authentication
- Click the Add a platform button
- Select Single-page application from the web applications list
- Enter Redirect URIs as the URL from prerequisites step 1
- Check Access tokens (used for implicit flows)
- Check ID tokens (used for implicit and hybrid flows)
- Click the Configure button
- On the Single Page Application widget, click Add URI
- Enter the URL from prerequisites step 2 and append /signin-oidc to the end of the URL:
- On the top bar, click the Save button
Steps to Update configuration for Back End Service
- Login to the Azure portal with Admin user
- Search for app registrations in the search bar at the top
- Click on the App service named am-be-xxxxxxxxxxxx from prerequisites step 2
- Under the Settings section on the left, click Configuration
- 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 |