You are viewing an earlier version of the admin guide. For the latest version, please visit EmpowerID Admin Guide v7.211.0.0.
Configure the App Services for the IT Shop Microservice
The IT Shop microservices interface with Azure License Manager to allow users to shop for licenses in Azure License Manager.
To configure the IT Shop UI App Service
Log in to your Azure portal as a user with the necessary permissions to configure the IT Shop App services you earlier.
In Azure, navigate to the App Service.
Under Settings in the navbar, select Authentication / Authorization.
Turn on App Service Authentication.
Â
Under Action to take when request is not authenticated, select Log in with Azure Active Directory.
Â
Under Authentication Providers, click Azure Active Directory.
Â
For Management mode, select Express > Select Existing AD App and then click Azure AD App.
Â
Search for and select the IT Shop back-end application and then click OK.
Â
Click OK on the main Azure Active Directory Settings page.
Â
Click Save to save the new App Auth settings.
Back in the Overview page for the App Service, click Get Publish Profile. You will need this file when you Publish the IT Shop Microservice to Azure in ALM.
Â
To configure the IT Shop API App Service
In Azure, navigate to the App Service.
Under Settings in the navbar, select Authentication / Authorization.
Turn on App Service Authentication.
Under Action to take when request is not authenticated, select Log in with Azure Active Directory.
Under Authentication Providers, click Azure Active Directory.
For Management mode, select Express > Select Existing AD App and then click Azure AD App.
Search for and select the IT Shop back-end application and then click OK.
Click OK on the main Azure Active Directory Settings page.
Click Save to save the new App Auth settings.
Under API in the navbar, select CORS.
Select Enable Access-Control-Allow-Credentials.
In the Allowed Origins field, enter the URL for the IT Shop UI (front-end) service application. The URL should look similar to
https://it-shop-ui.azurewebsites.net
, whereit-shop-ui.azurewebsites.net
is the URL to your app service.Click Save to save the updated settings.
Â
Under Settings in the navbar, select Configuration.
On the Application settings tab, click New application setting.
Â
In the Add/Edit application setting modal, enter EID_Base_Url in the Name field and the base URL of your EmpowerID server, such as
https://sso.empoweriam.com
in the Value field.Click OK.
Â
Repeat steps 14, 15 and 16, adding the following additional application settings:
When finished adding the above required settings, click Save and then Continue.
Â
Back in the Overview page for the App Service, click Get Publish Profile. You will need this file when you Publish the IT Shop Microservice to Azure in ALM.
IN THIS ARTICLE
Â
Â