Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
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.
Image Added
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:
Insert excerpt IL:IT Shop API App Service Application Settings IL:IT Shop API App Service Application Settings nopanel true 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.
Div | |||||||
---|---|---|---|---|---|---|---|
| |||||||
IN THIS ARTICLE
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|