Access Management Connector

For Access Management Connector, we will be creating the users and orgunit dynamically. We will also use the Resource Control Display Configuration (RCDC) modification, mentioned earlier in the chapter, for permissions:

  1. The first step is we need to define our orgunit structure as we defined it earlier in our example. For this, we will create a simple table:
    Access Management Connector
  2. Next we will create an SQL Management Agent to bring in this structure. Now, if this data was already present, we could have created a view to dynamically get this OU structure as follows:
    SELECT DISTINCT 'TFC' AS OrgUnitID, 'root' AS ParentID
    FROM 
     [FIMSynchronizationService].dbo.mms_metaverse ...

Get Microsoft Identity Manager 2016 Handbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.