Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.67 KB

README.md

File metadata and controls

28 lines (20 loc) · 2.67 KB

Deploy a logic app that can be used in Azure Active Directory Identity Governance Entitlement Management custom action (preview)

Azure Public Test Date Azure Public Test Result

Azure US Gov Last Test Date Azure US Gov Last Test Result

Best Practice Check Cred Scan Check

Deploy To Azure Visualize

This template creates a simple logic app with all the authorization policy settings and schema to http trigger that is needed by Azure AD entitlement management custom action API.

Below are the parameters that the template expects.

Name Description
name Name for the logic app.
catalogId CatalogId of the Azure AD entitlement management catalog, where you are going to use this logic app.

Then, the arm template will achieve the following:

  • Create a logic app
  • Add authorization policy settings to verify Entitlement Management call
  • Policy setting has the Entitlement Management first party appid (810dcf14-1858-4bf2-8134-4c369fa3235b), to verify that it is Entitlement Management which is calling this logic app.
  • And finally, adds schema to http trigger to match the message schema that is used by Entitlement Management