Skip to content

Entra Installation and Configuration

This section covers the creation of Enterprise Applications, Catalogs, and Security Groups in Microsoft Entra. These components are required each time a new repository is onboarded from ROI iAM.

Enterprise Application

An Enterprise Application in Microsoft Entra represents a repository in SAP IdM, serving as the connection point for application roles, catalogs, user accounts, and assignments.

Steps to Create an Enterprise Application

  1. Navigate to Entra Admin CenterIdentityApplicationsEnterprise Applications.
  2. Click + New applicationCreate your own applicationIntegrate any other application.
  3. Choose a name based on your internal naming convention.

Creating Enterprise Application

  1. After creation, note the following:
    • Go to the newly created app → OverviewProperties → Copy the Object ID and Name.

Enterprise Application Properties

  1. Navigate to IdentityApplicationsApp registrations → Open the newly created application → Overview → Copy the Application Registration Object ID and save it for Azure Tables.

Remove Default Application Roles

Each new application includes two default application roles that are not needed. To delete them:

  1. Go to the App roles menu in the App registration.
  2. Open each default role and disable it:
    • Uncheck "Do you want to enable this app role?"
    • Enter a temporary value (e.g., Test) → Click Apply.
  3. Reopen the same role → Click DeleteApply.
  4. Repeat for both roles.

Reminder

Save the following properties for later use:

  • Enterprise Application Name
  • Enterprise Application Object ID
  • Application Registration Object ID

Catalog

A catalog organizes access packages and links them to an Enterprise Application.

Steps to Create a Catalog

  1. Navigate to MS EntraIdentity GovernanceAccess packagesCatalogs+ New catalog.
  2. Name the catalog to match the Enterprise Application name.
  3. After creation, note the catalog's Object ID:
    • Open the catalog → OverviewProperties → Copy the Object ID.

Catalog Properties

Add Enterprise Application as Resource

  1. Go to Resources+ Add resourcesApplications.
  2. Select the previously created Enterprise Application.

Adding Application to Catalog

Reminder

Save the Catalog Object ID for later use.

Catalog Custom Extension

Prerequisites

Complete the Azure configuration before proceeding. You need the Logic Apps to be created first.

A custom extension must be attached to the catalog to enable provisioning triggers.

Steps to Add a Custom Extension

  1. Open the catalog created above and select Custom extension.
  2. Enter the name: ROI_Trigger_Provisioning.

Custom Extension Setup

  1. Provide a description.

Custom Extension Configuration

  1. Click Next and leave the Extension Type and Extension Configuration tabs unchanged.

Extension Details

  1. In the Details section:
    • Select your Subscription.
    • Choose the Resource group: ROI_LogicApp_RG.
    • Enter the name: ROI_Trigger_Provisioning.
    • Click Create a logic appCreate to finalize.

Logic App Creation

Reusing the Logic App

  • Once the ROI_Trigger_Provisioning Logic App is created, you can select it as a custom extension for each new application you onboard.
  • You do not need to recreate the Logic App for each application.
  • When onboarding additional applications, add a custom extension as usual.
  • When you reach the Details step, select NO for "Create a Logic App".
  • This approach allows you to reuse the existing Provisioning Logic App instead of creating a new one each time.

Reusing Logic App

Security Group (Accounts)

Security groups in Entra replace the ONLY privilege in SAP IdM, indicating whether a user has an account in the application linked to the security group.

Steps to Create a Security Group

  1. Navigate to EntraGroupsNew group.
  2. Set the following:
    • Name: Same as the Enterprise App and Catalog name.
    • Type: Security.
    • Membership Type: Assigned.

Creating Security Group

  1. After creation, note the Object ID:
    • Open the group → OverviewProperties → Copy the Object ID.

Security Group Properties

Reminder

Save the following properties:

  • Security Group Name
  • Security Group Object ID

Next Steps

Now that you have configured the Entra components, continue to Azure Configuration to set up the Azure resources including Storage Accounts, Key Vaults, and Functions.