Complete OIDC Auth Implementation #29199
Unanswered
coldham10
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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
provider_tokenandprovider_refresh_tokenwhich are stored in session cookies, but these are mysteriously overwritten and never refreshed whensetSessionis called, or seemingly at random? The docs seem contradictory as to whether this hasn't been implemented 'yet' or never will be.It seems several aspects of the implementation and/or documentation is simply incomplete for this supposed feature, and any GitHub issues and discussions only seem to get rather snide responses from supabase, with no actual guidance on where "it's your responsibility" starts, and how to handle the next steps for federating with OIDC. It would be very useful to either have an indication of whether this functionality will ever be completed, or at least some better documentation about how to proceed beyond the edge of what has been implemented already
All reactions