3
Complete OIDC Auth Implementation
Source: supabase/supabase#29199 · opened by @coldham10
Hello, I've been working on a Supabase project to provide federated signin via my Keycloak server via OIDC/OAuth2.0, which Supabase ostensibly supports. After starting the project and getting into the weeds however, it seems that the Supabase implementation is at best incomplete, which has been rather frustrating. For example • Supabase Auth returns provider_token and provider_refresh_token which are stored in session cookies, but these are mysteriously overwritten and never refreshed when setSession is called, or seemingly at random? The docs seem contradictory as to whether this hasn't been implemented 'yet' or never will be. • Documentation is severely lacking on how to actually handle third party integration in practice. All github issues so far seem to just say its "your responsibility" with no guidance on how to take said responsibility • Supabase logout doesn't log out of the federated provider - why not? It seems…
No pledges yet. Be the first to back this.
Comments
Similar requests
Include OIDC compliant JWT issuer like FusionAuth to Supabase Auth
2 votes · 0 comments
OAuth server: an existing grant auto-approves and returns no client details, leaving no room for an account-confirmation step
1 vote · 0 comments
Use supabase as an OIDC provider
1 vote · 0 comments
Email Verification API support with SD-JWT for native email verification
2 votes · 0 comments
IP of the entity that does auth, IP of entity that submits request
1 vote · 0 comments
No comments yet.