The LDAP connector for PingOne DaVinci lets you gain access to entries in an LDAP directory to be used in your PingOne DaVinci flow.
You can use the LDAP connector to:
- Create a new entry in your LDAP store
- Reset a user's password, including generating a new password
- Update a user or group's profile
- Delete an entry from your LDAP store
- Search for and view a user's group membership
Setup
Resources
For information and setup help, see the following documentation:
- PingOne Gateway documentation
- Documentation for your LDAP directory, such as PingDirectory
- DaVinci documentation
Requirements
To use the connector, you'll need:
- An LDAP directory store, such as PingDirectory
- For more information, see Supported directories.
- Your LDAP directory store credentials
- A PingOne LDAP Gateway installation
- A worker application for userless administration
- For more information, see the Worker application documentation.
Setting up the LDAP connector
Setting up the connector configuration
In DaVinci, add an LDAP connector. For help, see Adding a connector.
Connector settings
Environment ID
Client ID
Client secret
Region
Using the connector in a flow
Managing entries in an LDAP directory store
The connector has several capabilities that allow you to manage entries in your LDAP directory store:
Capabilities | Description |
---|---|
Create Entry |
Use to create users, groups, and other entries. |
Generate Password |
Generate a user password with the Password Modify Extended Operation. |
Modify DN |
Edit the DN of an entry. |
Replace Attribute |
Edit entry attributes other than the DN. This capability does not include deleting or adding a value, which is handled by the Modify Attributes capability. |
Modify Attribute |
Edit entry attributes by adding or removing a value. This capability is also used to add or remove values from a multivalued attribute. |
Reset Password |
Provide a new value for the user's password. |
Search Entries |
Search for users, groups, and other entries. |
Delete Entry |
Delete any LDAP object. |
Check Password |
Validate a user's password. |
No special flow configuration is needed. Add the capability you want and populate its properties according to the help text.
Capabilities
- Create Entry
-
Create a new entry
Properties - Generate Password
-
Generates a new password and sets it on an entry
Properties - Modify DN
-
Changes the DN of an entry
Properties - Replace Attributes
-
Replaces attribute values on an entry with the provided values
Properties - Reset Password
-
Sets a given password on an entry
Properties - Search Entries
-
Search for entries
Properties - Delete Entry
-
Delete an entry
Properties