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

SSO Signin #144

Open
mpldr opened this issue Jul 1, 2024 · 1 comment
Open

SSO Signin #144

mpldr opened this issue Jul 1, 2024 · 1 comment

Comments

@mpldr
Copy link

mpldr commented Jul 1, 2024

While Portier is a good solution for logging in, it would also be nice to be able to have pipes integrate with SSO providers via (for example) OIDC. This would make sign-ins significantly faster for people with a provider.

nice-to-have/relevant additions:

  • disabling "public" login
@onli
Copy link
Member

onli commented Jul 1, 2024

Hi @mpldr! The big advantage of Portier was not having to manage the SSO integrations ;)

The Portier broker used does support OIDC login for gmail, so for many users the login should be fast and without context switch already.

I assume the disabling public login use case is since you want to self-host pipes? You should then also self-host Portier (the project even provides a binary), then you can disable public logins by only allowing specific domains. https://github.com/portier/portier-broker/blob/main/config.toml.dist should give an impression on what is possible.

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

No branches or pull requests

2 participants