Jun 3
Add OpenID Connect (OIDC) / Single Sign-On (SSO) Support (e.g., for PocketID / Authentik)
Please consider adding native OpenID Connect (OIDC) support to enable seamless Single Sign-On (SSO) integration with central Identity Providers. Implementing standard OIDC client capabilities would allow users to centralize user management and leverage modern, secure login methods—especially lightweight, passkey-first self-hosted solutions like PocketID, as well as broader tools like Authentik or Authelia. Having a native OIDC workflow avoids the security overhead of isolated user accounts and provides a much tighter integration than generic reverse-proxy authentication, making the application significantly more secure and friendlier to deploy in modern self-hosted environments.
Closed
Michael Engel yes, of course, we can add a config to enable or disable it. So i can disable it on the SaaS. We already have Oauth with laravel/passport, maybe that helps.