This example enables LDAP authentication for Camunda SpringBoot, using Synology integrated LDAP. The bpmn file has no importance at all.
- Camunda Spring Boot
- Synology NAS
- LDAP Server installed
- Make sure you configure a FQDN name in LDAP server settings (as server provider). For instance, in this example, it is ldap.server.
- If not exists, create a group named "administrators"
- If not exists, create a user named "admin"
The last two above instructions to comply the application.yaml file...
security.administrator:
administratorGroupName: administrators
administratorUserName: admin
Make sure you modify your hosts file to map your synology nas to ldap.server (ie: 192.168.1.34 ldap.server)
Change security.ldap.managerPassword which needs to be the same than the one configured on your ldap server