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
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
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: