Azure AD Integration

Azure AD Integration

The function allows you to configure authorization via the Microsoft Azure AD directory service.

Configuring Azure AD

To set up Picvario authorization via Azure AD, you need to create an Enterprise application in Azure AD. During creation, you must specify your workspace’s address in the callback field: https:///oauth2/callback.

For example: https://ll.api.picvar.io/oauth2/callback.

Get the Enterprise application ID and save it for future use. To do it:

  1. Log in to your Azure account.
  2. Select Microsoft Entra ID in the left sidebar.
  3. Select Enterprise Applications.
  4. Select All applications.
  5. Select the application that you have created.
  6. Click Properties.
  7. Copy the Application ID.

Get the application password. To do it:

  1. Log in to your Azure account.
  2. Select Microsoft Entra ID in the left sidebar.
  3. Select App registrations.
  4. Select the application that you have created.
  5. Click Certificates and Secrets.
  6. Select Client Secrets.
  7. Click Create Client Secret.
  8. Enter a description of the key and the expiration date of the secret.
  9. Click Add.
  10. Copy and save the key value. You will not be able to get this value after closing the page.

Get the Azure AD Client ID. To do it:

  1. Log in to your Azure account.
  2. Select Microsoft Entra ID in the left sidebar.
  3. Click Properties.
  4. Copy the Client ID.

Configuring Picvario

To configure authorization in the administrative panel, you need to create several options:

ADFS_AUTH_ENABLED – the value is True.

ADFS_CLIENT_ID – the value is the Enterprise application ID.

ADFS_CLIENT_SECRET – the value is the application password.

ADFS_TENANT_ID – value is the Azure AD Client ID.

ADFS_AUDIENCE – the value is the same as the value of ADFS_CLIENT_ID.

ADFS_RELYING_PARTY_ID – the value is the same as the value of ADFS_CLIENT_ID.

Option Example Public 
ADFS_AUTH_ENABLED True True 
ADFS_CLIENT_ID 3aaf3b0c-6287-45d6-a128-5a20bf6652cc False 
ADFS_CLIENT_SECRET 3f-Wx.X8xc3-QP~5Ly2FSbBvGGtNRch4Dp False 
ADFS_TENANT_ID ed842bf4-620f-4653-8951-ad92e71530ed False 
ADFS_AUDIENCE 3aaf3b0c-6287-45d6-a128-5a20bf6652cc False 
ADFS_RELYING_PARTY_ID 3aaf3b0c-6287-45d6-a128-5a20bf6652cc False 

In the administrative panel, go to Home > Options > Options, or click the Change link.

Azure AD Integration

To create a new option, click the ADD OPTION button.

Azure AD Integration

An editing page opens where you can specify the option and its value.

Azure AD Integration

Create all the options above in the same way.

If all settings are successfully completed, a button will appear on the account login screen:

Azure AD Integration

Click it to log in via Microsoft ADFS.

    • Related Articles

    • AzureAD integration

      Last update: 11.08.2022 Use this function to configure authorization through Microsoft Azure Active Directory. On the AzureAD side On the Azure AD side, please, specify: Callback: https://<yourworkspacename.api.picvario.com>/oauth2/callback For ...
    • Active Directory integration

      Last update: 11.08.2022 Use this function to configure authorization through the Microsoft Active Directory service of your organization. Creating the authorization server In the admin panel, find the LDAP_USERS section. Click on the Servers ...
    • Integration with Other Workspaces

      Last update: 10.01.2023 Picvario workspaces can be integrated with each other or with other external content sources via an API. This can be useful if you want to buy content from third-party sources (e.g. stock) or share content within the same ...
    • Integration with Tape Libraries

      Last update: 12.03.2024 A tape library (storage) is a device designed for long-term storage of large amounts of information. Picvario supports integration with the Archiware P5 data management system, which allows integration with tape storage. ...
    • Picvario Integration with Amazon S3

      Last update: 24.03.2023 Follow the link to learn more about the possibilities and benefits of the integration of the Picvario system with S3 cloud storage and find instructions for setting up Amazon S3 storage. To set up other cloud storage ...