Automatic selection of the organization

Hello I want to connect by auth0, currently I do it well, but users must write the name of the organization, to enter, there are users that depending on the profile must go to an organization or the other, I would like the selection of the organization was automatic, is there a way to do it?

Hello there @contrerasroaca welcome to the community!

Yes, you can authenticate users through a specific organization ID by including the ID in the authorize request - The following FAQ should be helpful:

For example, if using React, you would need to leverage the authorizationParams organization parameter.

Aside from a rather manual approach to authorizing a user through a specific org ID, there currently isn’t any sort of out of the box support. However, this is something that is on the roadmap - Please see the following thread:

Hope this helps!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.