altran / _Whydah-UserIdentityBackend

The vault of users and applications. The UserIdentytyBackend module of the Whydah IAM/SSO
Other
0 stars 3 forks source link

Looking up User from LDAP/AD #36

Closed baardl closed 10 years ago

baardl commented 10 years ago

When searching for a user UIB will do the following:

  1. Search in Lucene Index
  2. If no user is found - lookup in LDAP/AD by userid.
totto commented 10 years ago

we need to add the functionality to force a combined search in the API as well, for UserAdministrative usecases in AdminWebApp

totto commented 10 years ago

see #slack for more details

sherriff commented 10 years ago

Suggest using query params to perform this filtering. E.g. ?lucene=false and ldap=false