-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Allow SSO / SAML as alternative to using /auth/login #3725
Comments
This would not only be a more convenient way of logging in, but also makes the process safer if 2FA is used on the SSO provider. Definitely seconding this! |
Your idea works too! But what I meant was more of Plan being SSO provider as well. I intend to make a portal website, and use the plan account as the login account. There is a way now, which is to use /auth/login API endpoint. But SSO would be better :) |
If anyone knows ready made SSO libraries for Jetty that would make this a lot easier |
I couldn't find any jetty SAML/SSO librairies that is not deprecated. Personally I would like to connect to my plan instance with keycloak, not use plan as an IdP |
I would like to be able to..
Integrate Plan with my own server website through SAML SSO
Is your feature request related to a problem? Please describe.
The text was updated successfully, but these errors were encountered: