As part of the Cloud Maker Enterprise Server (CMES) install using the Azure Marketplace solution offer, an Azure Active Directory App Registration is required.
To set up the Azure App Registration for the CMES install, do the following:
Open Azure Active Directory
Register a new Single Tenant App Registration with no redirect URI
Note down the Application (Client) ID and Directory (tenant) ID for later
In the Authentication section:
Add a platform: Single-page application
Configuration:
Redirect URI: "https://app.<enter domain>"
Access tokens: checked
ID tokens: checked
In the Expose an API section:
Add a scope
Save and continue with the default application ID
Configuration:
Scope name: user_access
Who can consent: Admins only
Admin consent display name: any value
Admin consent description: any value
In the manifest section
Change accessTokenAcceptedVersion from null to 2 and save