PRE Deployment v1.9.4
Authentication changes
Create TogoBackendConsumer App Registration
Follow these steps to create a new Azure Entra ID app registration called TogoBackendConsumer.
- Sign in to the Azure portal.
- On the Azure portal menu, search for and select Microsoft Entra ID.
- Select App registrations.
- Click in New Registration.
- Type TogoBackendConsumer as app registration name.
- In section Supported account types select Accounts in this organizational directory only (Single tenant).
- In Redirect URI leave it empty.
- Click in Register.
Create a secret for TogoBackendConsumer App Registration
Now we need to create a secret for the new TogoBackendConsumer app registration.
- Sign in to the Azure portal.
- On the Azure portal menu, search for and select Microsoft Entra ID.
- Select App registrations and select TogoBackendConsumer application from the list.
- Select Certificates & secrets.
- Select Client secrets, and then select New client secret.
- Provide a description of the secret, and a duration (we recommend 2 years).
- Select Add.
⚠️
NOTE: AFTER SAVING THE CLIENT SECRET, YOU WILL SEE ITS VALUE DISPLAYED. PLEASE MAKE SURE TO COPY THIS VALUE AS IT CANNOT BE RETRIEVED LATER. IT WILL BE STORED LATER IN THE AZURE KEY VAULT.
Add permissions for TogoBackendConsumer App Registration
Now we need to add application permission for TogoBackendConsumer app registration.
- Sign in to the Azure portal.
- On the Azure portal menu, search for and select Microsoft Entra ID.
- Select App registrations and select TogoBackendConsumer application from the list.
- Select API permissions.
- Select Add a permission. A new panel will be displayed on the right-hand side of the screen.
- In the right panel, browse to My APIs tab, and look for TogoBackendAPI app registration. If you are not able to find it look also for it in the APIs my organization uses tab.
- Once TogoBackendAPI is found, click on it. Select Application permissions.
- Under permissions accordion, select access_as_application.
- Click in Add permissions.
- Grant admin consent by clicking in Grant admin consent for (your admin).
Store application ID in Azure Key Vault
We will need to update the corresponding value for TogoBackendConsumer application ID in Azure Key Vault.
- Sign in to the Azure portal.
- On the Azure portal menu, search for and select Key vaults.
- Select the SEI key vault. It is the one with the tenant’s name.
- On the left menu, under Objects, select Secrets.
- Select TogoBackendConsumerAppId, and then select New Version. If the secret does not exist, create it using the Generate/Import button.
- Provide the application ID of the TogoBackendConsumer app registration.
- Select Create.
Store application secret in Azure Key Vault
We will need to update the corresponding value for TogoBackendConsumer application secret in Azure Key Vault.
- Sign in to the Azure portal.
- On the Azure portal menu, search for and select Key vaults.
- Select the SEI key vault. It is the one with the tenant’s name.
- On the left menu, under Objects, select Secrets.
- Select TogoBackendConsumerApp, and then select New Version. If the secret does not exist, create it using the Generate/Import button.
- Provide the application secret stored before for the TogoBackendConsumer app registration.
- Select Create.