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
Is your feature request related to a problem? Please describe.
Logto is not listed as one of the OIDC-based providers. Custom provider implementation has yet to be implemented into Supabase, so I am making this request as providers must be added manually, and I am unsure how best to do this. Logto is a fairly new FOSS OIDC-based identity / IAM server that I am interested in using rather than the default Supabase Authentication functionality. However, I would like to use the other features of Supabase after authenticating through Logto.
Describe the solution you'd like
Adding Logto to the list of providers, potentially by modifying an existing provider solution (may be similar to the Keycloak implementation). GoTrueClient.ts#L595 seems to show what inputs are necessary.
Describe alternatives you've considered
I've read several supabase and gotrue-js issues and PR's, and none of them have shown how to properly implement a custom OIDC provider. Potentially something like this: PR 207 Reference.
Additional context
None
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
Logto is not listed as one of the OIDC-based providers. Custom provider implementation has yet to be implemented into Supabase, so I am making this request as providers must be added manually, and I am unsure how best to do this. Logto is a fairly new FOSS OIDC-based identity / IAM server that I am interested in using rather than the default Supabase Authentication functionality. However, I would like to use the other features of Supabase after authenticating through Logto.
Describe the solution you'd like
Adding Logto to the list of providers, potentially by modifying an existing provider solution (may be similar to the Keycloak implementation).
GoTrueClient.ts#L595
seems to show what inputs are necessary.Describe alternatives you've considered
I've read several supabase and gotrue-js issues and PR's, and none of them have shown how to properly implement a custom OIDC provider. Potentially something like this: PR 207 Reference.
Additional context
None
The text was updated successfully, but these errors were encountered: