If you're able to see "Azure Active Directory" - you meet this requirement
NOTE: Azure Active Directory Group membership syncronization to DC requires Azure Subscription levels "Premium P1" or "Premium P2"
2: AD and ADFS must be disabled
Access the product or products (DC and or MM) you want to enable AAD login for and verify that you are met with the standard Digizuite login screen (andnotADFS or AD).
If you are not met with a prompt - asking for you to login with AD or ADFS - you meet this requirement and can go ahead with configuring AAD.
3: The ID of a user of which you want all your users to look like (AAD Template User)
Per default the DAM Center is configured with two users, that are "copied" every time either a collection or self-signup user has been created by the system. These two are just users, like any other user. The thing that sets them apart is that their passwords usually is something that's meant never to be written again, and that their member ID's have been set to be called upon by the system.
Usually the self-signup user named "self-sign up template user" has been set up correctly if you already have the self-signup functionality enabled in your Media Manager. If this is the case, usually this user can be used for automatic assigning of roles when creating AAD users. Remember this user's user ID then (usually this is something like "300xx")
Info
If the group feature is used, the templateUserId is optional, and can be set to 0, as group membership is assigned from AAD Group membership.
If you don't want to use the previously mentioned template user, you'll have to create a new user. You do this by doing the following steps:Login to your DAM Center with a Super Administrator or an Administrator user
Go to System tools → Users and groups → Users → System users and press Add
In the Username field, you type in "AAD Template User", in the password field you type in something random, and in the Metagroup field "User Config" and press create
Now make a note about your new user's user ID
Now edit the user's roles by expanding the right side Edit menu - and then make sure that you're in the view named "Standard" now add the following groups
Internal access
Light user or Content Creator
Public access
Trusted (usually, already added by default)
Press save
The ID you've noted down will be used in a upcoming section, where you have to edit some XML.
4: Create Groups in Dam Center that reflects Active Directory Groups
Note
This step requires Azure Subscription level "Premium P1" or "Premium P2", otherwise go to step 5
Navigate to System Tools / Groups in Dam Center / Users and groups / Groups.
Create a Folder by right clicking Groups and selecting Add folder
Name the new folder "Azure Active Directory"
Select the new Folder.
In the Azure Portal Navigate to "Azure Active Directory" / "Groups"
The Object Id is used to bind the Active Directory Group to a DamCenter Group.
Repeat for each Azure Active Directory group that should grant access to DamCenter
Click "Add", and Give the new DamCenter Group a name.
Click "Create"
Select the new Group, and edit in the right pane.
Fill the "Binding group name" with the object Id from the azure groups "Object Id" field
Check the "Is Binding group" checkbox
Select DamCenter Groups, users that are member of the Azure Group should be member of.
Click Save.
Repeat for each Azure group that should be mapped.
5: Make an App Registration for the DC in the Azure Portal
You have to enable AAD for the DC. All other applications that we support AAD for will inherit it from the DC.
You register your product by doing the following steps:
Access https://portal.azure.com with your Azure credentials, you have from the first requirement (Access to your AAD Azure Account)
Access "Azure Active Directory" (see image)
In here, press the "App registrations" beneath "Manage" (See image)
Now press the "New registration"
In the "The user-facing display name for this application (this can be changed later)." enter "{dcurl}/DigizuiteCore/LoginService"
In the Redirect URI insert the url again.
Press thebutton in the bottom
Make a note of the "" - you need this for later
Wing off ID tokens
Go to the upper right corner and press your profile card
Press "Switch Directory"
Copy the ID on the second line - the one encircled in the image
Now go into the app registration. Press Settings, and then Properties
The last thing that has to be done, is to invite users to the site. This is described in another guide. In short, access your site's registration in the "Enterprise Applications" tab in the AAD section, and take it from there.
Configuration for Active Directory Group membership syncronization.
Info
This section is only relevant if Azure Premium P1 or Azure Premium P2 subscription is used.
Select Manifest in the left pane
Modify the Json document, by modifying the line "groupMembershipClaims": null, to "groupMembershipClaims" : "SecurityGroup",