Created 01-21-2019 05:10 AM
I have followed the documentation , however its throwing error stating token not validated.
here is my uaa-changes.yml and restarting the cloudbreak using cbd restart , still external users not able to login to cloudbreak UI.
Could someone let me know which container logs I need to look into ? when the new user got synchronized from external LDAP to cloudbreak ... Is it Identity or Sultans or Cloudbreak ?
spring_profiles: postgresql,ldap
ldap:
profile:
file: ldap/ldap-search-and-bind.xml
base:
url: ldap://13.66.192.200:389
userDn: uid=ldapbind,cn=users,cn=accounts,dc=wy0d0kwdairu5c3um3tcsa4joe,dc=xx,dc=internal,dc=cloudapp,dc=net
password: ’mypassword’
searchBase: cn=users,cn=accounts,dc=wy0d0kwdairu5c3um3tcsa4joe,dc=xx,dc=internal,dc=cloudapp,dc=net
searchFilter: mail={0}
groups:
file: ldap/ldap-groups-map-to-scopes.xml
searchBase: cn=groups,cn=accounts,dc=wy0d0kwdairu5c3um3tcsa4joe,dc=xx,dc=internal,dc=cloudapp,dc=net
searchSubtree: false
maxSearchDepth: 1
groupSearchFilter: member={0}
autoAdd: true