-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSO Sign In for Client #28
Comments
Hi! No, unfortunately this library doesn't support this yet. |
@fixer-m would you like me to take a crack at SSO or would you prefer that be implemented at a later time? |
@lawrence-vo Sure - you can try to implement it, this would be great actually. I have only demo account in SF, so I guess I can't login via SSO and thus can't properly try and test this auth scheme. I would start with analysing how SSO works in official connector, try to recreate it and simplify it if possible. |
@fixer-m might take longer as expected since the official client also has issues with SSO. |
@lawrence-vo can you link to the issue with the official client? I just implemented a client credentials flow (OAuth) between DBT and Azure AD for Snowflake. @fixer-m do you have any design ideas for how to implement multiple authentication alternatives? I'm thinking a If we can agree on some common patterns then I'd have no problems with creating the AzureOauthAuthenication implementation! |
@tsanton Yes, I guess there should be I have a few requirements though:
|
Is there anyway to authenticate via. SSO? I don't mind taking a crack at this, just need to know if it's been implemented or not.
Thanks!
The text was updated successfully, but these errors were encountered: