Organization invitation flow not working

I have multiple organizations configured, some with enterprise connections, others with database connections. My application’s organization settings are set to:

  • Business Users
  • Prompt for Credentials

Authentication profile is set to: Prompt for Credentials.

The issues with Organization invitation flow:

  1. When I click the link in the email invitation, auth0 doesn’t allow me to set my initial password. Instead it prompts me for one, as if I’m an existing user.

  2. The invitations always remain pending (I think if the above point is solved, this will go away).

Thank you

The problem with this is that the auth0-express quickstart does not forward the invitation and organization parameters along the authorize url. See No support for Organization Invite · Issue #365 · auth0/express-openid-connect · GitHub