...
- Azure directory account information.
- All other external login functionality must be disabled (e.g. AD, ADFS).
- Azure Active Directory (AAD) must be configured in the server section of the DAM Center (see the guide "Azure Active Directory" in the DAM Center documentation).
- An app registration must be done in AAD.
Ad 4)
Open the Azure portal https://portal.azure.com and navigate to "Azure Active Directory"→"App Registrations" and click the button to create a new registration. Enter a name for the application, e.g. "Media Manager" and the URL for the site. Then press "Save". Access the "Reply URLs" list and add the URL for the application.
Configuration schema
Note:
Make sure to add the section definition:
Code Block |
---|
<section name="azureActiveDirectory" type="DigiEyeZ.Framework.WebLibrary.Configuration.AzureActiveDirectorySection" /> |
Configuration examples
Media Manager with single tenant login
Code Block |
---|
<azureActiveDirectory>
<client enabled="true" clientId="26667631-53d0-41e5-917c-6ecd05a48820" tenant="mytenantid.onmicrosoft.com" />
</azureActiveDirectory> |
How to invite an Azure user to the application
...