Organizer picker limitation on universal login page

The solution specified in the limitation post(Limit of 20 Organizations on Universal Login Page Organization Picker) seems a bit weird.

How could we specify the organization url param, without knowing who the user are? The whole point of using auth0 is that auth0 takes care of the authentication of the user.

If I understand the suggested solution we need somehow find out who the user is, without using auth0, in order to present the possible organizations and then login them via the universal login?

Normally the user logs in, gets the organizer picker, and everything is handled by auth0.

I must be missing something?

Hi @gustav.elmgren , welcome to the community!

We understand that this is a current limitation, please do give this feature request a vote here - Support more than 20 organizations in Organization Picker

For your use case, you may want to ask the user to specify the Organization name before providing their credentials (this being an option in the organization settings), or you could look at listing the organizations in your application by using the management API as per the suggestion here - Support more than 20 organizations in Organization Picker - #4 by adam.housman

Thanks!