Page History
...
In the application.properties
file, these properties are expected for an LDAP
authentication provider:
...
Make sure the keystore contains the certificates (certificate chain) needed to connect to the LDAP server.
Role mapping
From Blueriq release 11.3 and onward, the The groups that are retrieved from the LDAP for a user need to be explicitly mapped to roles in Blueriq. The old behavior, in which all groups were mapped directly to roles, may lead to unwanted access for users that have certain groups in LDAP that match Blueriq roles. To prevent this from happening, but also in the case that it does need to work this way, the role mapping needs to be defined explicitly. When no role mapping is defined, no roles will be mapped to the user, so when a flow requires a certain role, the user will not be able to access it.
...
Tooling tips
- Please refer to Encrypting passwords with the BlueriqEncryptorProperty encryption when encrypting the LDAP password
- Use ADExplorer (Active Directory Explorer) to perform LDAP operations on an Active Directory server
- Use Keystore Explorer to see all the certificates in a keystore or to create your own keystore and fill it with certificates (instead of via command line tools like 'keytool')
...