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
If I login using user/password authentication, I can correctly change the organisation. The change is correctly performed.
If I login using header variable authentication, I can change the organisation, but always one organisation is shown. Expected is the same behaviour as doing authentication using user/password.
Additional question:
If I have in multiple organisations the same user with different passwords set: Which password is used?
The text was updated successfully, but these errors were encountered:
The organisation information is stored in the session (inside the cookie THE_HIVE_SESSION). If you don't use session to authenticate the users, organisation switch can't work. You can send the current organisation in the http header X-Organisation.
I recommend you to put {name: session} in the first position in auth.providers array.
Hmm with the same config it is working if I logout explizitly from header variable authentication and relogin using user/password. During that step, I don't do any config-file modification or thehive restart.
My configuration looks like this, and already includes the session:
Bug
Work Environment
Problem Description
If I login using user/password authentication, I can correctly change the organisation. The change is correctly performed.
If I login using header variable authentication, I can change the organisation, but always one organisation is shown. Expected is the same behaviour as doing authentication using user/password.
Additional question:
If I have in multiple organisations the same user with different passwords set: Which password is used?
The text was updated successfully, but these errors were encountered: