ID Provider

Details on the ID Providers supported by the CDM-Server and how to configure .env.idp file.

The CDM-Server supports various ID Providers (IdP) for authentication and user management. You need to choose one according to your organization’s requirements and configure it accordingly.

The CDM-Server supports the following ID Providers:

  • Local - Users are managed internally by the CDM-Server. Easiest to set up and use.
  • LDAPS - Users are managed by an LDAP server. Requires an external LDAP server present.
  • Azure - CDM-Server uses Microsoft Azure for authentication.

Local

How to set up the local identity provider.

LDAPS

Step-by-step guide to configure LDAPS as an identity provider for CDM Server.

Azure

How to set up the Azure identity provider.

Last modified November 4, 2025: fd14721