Pablo More
KKinde
•Created by Pablo More on 3/20/2024 in #💻┃support
Personal account and organizations
Hello, I am having the use case of customers having their own account (in which org_code should not be present on the access token) and being able to switch organizations as well if they need.
Given a user X that has an organization FOO and BAR, I want the user to always login without org when going through the login page and only be able to switch using a drop-down (that is described in your site and works well).
The problem is that whenever I am login-in I always get prompt to which organization I want to log in instead. Can I somehow force him to login not into any organization and then make him switch accordingly based in the
org_code
parameter??
I tried sending org_code
to some invalid number to see if I can just force it through but it does not work5 replies