You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When users are invited to join an organization they receive an invitation link by email. This link redirects them to the configured default login route with invitation-specific parameters appended (see below). The problem is that these parameters do not get sent along on the redirect url.
See this issue for how it's resolved using the express-openid-connect module, but this quickstart should have support for this ootb. auth0/express-openid-connect#365
Describe the ideal solution
The following parameters should be optionally included in the url when the user is redirected to authenticate:
invitation
organization
organization_name
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
When users are invited to join an organization they receive an invitation link by email. This link redirects them to the configured default login route with invitation-specific parameters appended (see below). The problem is that these parameters do not get sent along on the redirect url.
See this issue for how it's resolved using the express-openid-connect module, but this quickstart should have support for this ootb.
auth0/express-openid-connect#365
Describe the ideal solution
The following parameters should be optionally included in the url when the user is redirected to authenticate:
invitation
organization
organization_name
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: