You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As in PR #56, @marcelobartsch changed the API request to get userId directly. But in case of multiple authen sources (with LDAP) and two or more users (from different sources) have same userId, picking the first matched user from received list sometimes is not correct
How to reproduce
Create 2 or more users with the same userId in different authen-sources
Bug
As in PR #56, @marcelobartsch changed the API request to get
userId
directly. But in case of multiple authen sources (with LDAP) and two or more users (from different sources) have sameuserId
, picking the first matched user from received list sometimes is not correctHow to reproduce
userId
in different authen-sourcesSuggest changes
source
input arg (default/LDAP/...) to matching exactlyThe text was updated successfully, but these errors were encountered: