supabase-community / gotrue-csharp

C# implementation of Supabase's GoTrue
https://supabase-community.github.io/gotrue-csharp/api/Supabase.Gotrue.Client.html
MIT License
39 stars 27 forks source link

Plans to implement signInWithSSO? #93

Closed Rycko1 closed 5 months ago

Rycko1 commented 5 months ago

Feature request

The official supabase js library implemented signInWithSSO last year and I was wondering if there were plans to bring this functionality into the csharp library also?

Is your feature request related to a problem? Please describe.

An application I am developing will use SSO to make sign ins easier for our users via okta or azure AD integration, which is now supported by supabase https://supabase.com/docs/guides/auth/enterprise-sso/auth-sso-saml

Rycko1 commented 5 months ago

JS implementation details can be found here: https://github.dev/supabase/auth-js/blob/4ecfdda65188b71322753e57622be8eafe97ed6b/src/GoTrueClient.ts#L801-L802

Rycko1 commented 5 months ago

I have made a PR implementing the new APIs, feel free to modify it or fix anything I may have missed, or let me know and I can try fix it myself