Add supabase.auth.addSSOConnection method
#16368
Unanswered
remorses
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.
Now the only way to create an SSO connection is via the CLI, this is not great because usually you would have a page in your dashboard to let users add their metadata URL and create an SSO connection
To do this supabase client should expose a method like
addSSOConnection, similar to thesupabase sso addcommandNot sure if this method should be in the
authnamespace, it would make sense to add a new one calledssomaybeAll reactions