Invitation flow with out application using organisation

Dear support i have this case where we use organizations in our app but the auth0 application for our app uses Login experience > Users only (no org picker) That is because we do not want to use the org picker from auth0 for various reasons. We have that covered on our side with a seamless org switching experience. By switching to users only the organization invite feature from the auth0 dashboard was disabled and we though, well we can still probably do invites via management api. That does not work since https://auth0.com/docs/api/management/v2/organizations/post-invitations asks for a client id and then throws and error that client does not support organisations.

Now what - chatgpt tells me i could use another application just for the invite flow as workaround and that this is a recognized way. I have my doubts - can you confirm this as an alternative or a trick to enable applications orgs but completly bypass the org picker?

Hi @cooki,

Suppose you want your users and organization members to be able to access the application, but without the ability to choose the organization. In that case, you can select “Both” for the type of users.

This way, you will also be able to send invites since the app will support organizations.

If you have any other questions, feel free to reach out.

Have a good one,
Vlad

Thanks i tried that - this will still show the auth0 organisation picker when i dont pass the organisation param in login which happens quite often in real user flow. I absolutely dont want the auth0 org picker to be present - so i will use my own invitation ticket system.

Hi again,

If you select “Both” and the Prompt for Credentials option as the Login Flow, after you save the changes, it shouldn’t ask you for an organization. I have tested to make sure. Try again and make sure the changes get saved.

Have a good one,
Vlad

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