You can translate the question and the replies:

integrate Azure Active Directory (AD) in On-prem Denodo VDP

We have installed Active directory on Azure, created users, groups etc. Now want to integrate Denodo VDP to this AD for importing users/groups etc. not able to get the proper uri for the service and get it working in Denodo.
user
11-01-2022 04:49:38 -0500
code

1 Answer

Hi, To enable LDAP authentication on my server, first I would create an [LDAP datasource](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/creating_data_sources_and_base_views/ldap_sources/ldap_sources). The url could be of a format ldap://<server>:<port>/ Where server could be the IP address or server name, and port is by default 389 (or 636 for LDAPs). You can refer to the [How to configure a VDP database with LDAP authentication](https://community.denodo.com/kb/en/view/document/How%20to%20configure%20a%20VDP%20database%20with%20LDAP%20authentication?category=Security) Knowledge Base article for common LDAP url formats. Next I would [configure my server](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/server_configuration/server_authentication/ldap_authentication/ldap_authentication) to use that LDAP datasource for authentication, and [import roles](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/databases_users_and_access_rights_in_virtual_dataport/administration_of_databases_users_roles_and_their_access_rights/creating_roles#wizard-import-roles-from-ldap) from the LDAP server. Hope this helps!
Denodo Team
11-01-2022 17:55:45 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here