- From a browser, go to
http://localhost:8357to launch the Connector Admin Console on the AD/LDAP Connector server. - Click Profile Mapper to open a code editor screen which maps attributes from a source directory service (represented by the
raw_datavariable) to a variable that gets returned to populate the Auth0 user profile. The first part of the function instantiates a variable calledprofileand has a mapping for the core portion of the Auth0 User Profile. Additional attributes can be set below that using syntax in the form:profile['department'] = raw_data['companydept'];In this example,departmentis the name of the attribute in the Auth0 user profile andcompanydeptis the name of the attribute in the source directory service (such as AD). - Click Save when you are done modifying the LDAP configuration.
- After the Connector runs the tests, ensure that all the tests are green.
Map AD/LDAP Profile Attributes to Auth0 User Profile
Describes how to map AD/LDAP profile attributes to Auth0 user profile attributes using the Profile Mapper in the Connector Admin Console.
You can modify the mapping of profile attributes from AD/LDAP attributes to attributes in the Auth0 user profile.
Import and Export AD/LDAP Connector Configurations
Previous
Point AD/LDAP Connector to Auth0 Connections
Next