Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optionally add parameters to the /login redirect to support organization member invitations #615

Closed

Conversation

jekennedy
Copy link

@jekennedy jekennedy commented Apr 17, 2024

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 the express-openid-connect module does not include these parameters on the redirect url. The proposed code change resolves this issue.

The following parameters are now (optionally) included on the default login url:
invitation
organization
organization_name

@frederikprijck
Copy link
Member

Thanks for the contribution.

This is an Open ID Connect SDK, Organizations is an Auth0 feature so we can not support this natively, see #365 for how to implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants