...
Easy html macro | ||||
---|---|---|---|---|
| ||||
Step 1 – Configure workflow parameters
The workflow for creating Azure application app roles is CreateAzureAppAppRole
. The workflow has several parameters that affect field values. These parameters are listed in the below table. In this example, you set the DefaultAzureTenantID parameter to the Azure tenant with the applications for which you want to create secrets.
...
On the navbar, expand Low Code / No Code Workflow and select Low Code Workflows.
Select the Workflow tab and search for Create Azure App Client Secret.
Click the Display Name for the workflow.
Expand the Request Workflow Parameters accordion on the Workflow Details page for the workflow and click the edit button for the DefaultAzureTenantID parameter.
Enter the Azure Tenant ID in the Value field and click Save.
Configure any other settings as needed.
Step 2 – Add an app role to an Azure application
Navigate to the Resource Admin application portal for your environment.
Select Applications from the dropdown menu and search for the application you want to assign an Azure AD role.
Click the Friendly Name link for the application.
Select Azure Application Roles on the application menu, expand Actions, and then click Create Azure Application Role.
This initiates the Create Azure App App Role workflow with the selected application as the target and directs you to the App Role Details form.Fill in the form fields with the appropriate information for your app role.
Insert excerpt IL:Azure Snippets IL:Azure Snippets name AppRoleFields nopanel true Click Next.
Review the summary information and then click Submit.
Step 3 – Verify the application role in Azure
In Azure, navigate to Azure AD > App registrations.
Select All applications and search for the target application.
Click the Display Name link for the application.
Under Manage, click App Roles.
You should see the app role you created for the application.
...