
we already support SSO with SAML 2.0 protocol but could be interesting to explore a possible OIDC integration in the future

This would be super helpful

Would be really nice if common logins (like Google SSO) were just supported out of the box. https://plausible.io/docs/sso-google-workspaces is way more work that should be needed to log in with Google or Microsoft, etc. It’s quite simple, e.g.:
import { Authenticator } from ‘remix-auth’;
import { GoogleStrategy } from ‘@coji/remix-auth-google’;
import { MicrosoftStrategy } from ‘remix-auth-microsoft’;
And then creating of your client/secet keys is all you need. We see about 90% Google 10% microsoft across our Saas.
Lack of out-of-the-box SSO, means when people come and go from companies they keep their pausible password access which they shouldn’t.