config.ldap.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oauth-code Show documentation
Show all versions of oauth-code Show documentation
A microservice server that authenticates and redirects authorization code.
uri: ${ldap.uri=ldaps://localhost:10636/ou=users,dc=undertow,dc=io}
domain: ${ldap.domain:undertow.io}
ldapPrincipal: ${ldap.ldapPrincipal:uid=oauth,ou=users,dc=undertow,dc=io}
searchFilter: ${ldap.searchFilter:(&(uid=%s)(objectClass=person))}
searchBase: ${ldap.searchBase:''}