-
Notifications
You must be signed in to change notification settings - Fork 337
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
Put user on org when they login via SAML #9375
Comments
For now we should limit this to orgs that also have the |
yeah, i like that. i'll just postpone until publicTeams goes GA |
Duplicate of #9411 ? |
No. Prompt to join org will send a notification and ask a new user if they want to join an organization which matches their domain. This issue is about not asking but just putting athe user in the existing org directly on sign up. |
Stale issue |
Groomed. I am going to keep this one open as well. |
When a user logs in via SAML they should be put on the organization that the SAML record is attached to.
We can grab the orgId from the SAML table.
We can ensure org membership every time a user logs in via SAML, or we could do it just when they sign up. I think we should do the former because as long as they are a part of the company's SAML, they should be a part of the parabol SAML.
AC
The text was updated successfully, but these errors were encountered: