-
Notifications
You must be signed in to change notification settings - Fork 64
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
Docs: Add instructions on setting up SSO #2016
base: master
Are you sure you want to change the base?
Conversation
|
| Name | Value | | ||
| --- | --- | | ||
| `EntityID` | `https://eyrcnmuzzyriypdajwdk.supabase.co/auth/v1/sso/saml/metadata` | | ||
| Metadata URL | `https://eyrcnmuzzyriypdajwdk.supabase.co/auth/v1/sso/saml/metadata` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might want to add that this is also called:
Audience URL
SP Entity ID
| `EntityID` | `https://eyrcnmuzzyriypdajwdk.supabase.co/auth/v1/sso/saml/metadata` | | ||
| Metadata URL | `https://eyrcnmuzzyriypdajwdk.supabase.co/auth/v1/sso/saml/metadata` | | ||
| Metadata URL (download) | `https://eyrcnmuzzyriypdajwdk.supabase.co/auth/v1/sso/saml/metadata?download=true` | | ||
| ACS URL | `https://eyrcnmuzzyriypdajwdk.supabase.co/auth/v1/sso/saml/acs` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is called Single sign-on URL
for Okta
Not sure if we want to call this out.
|
||
Estuary runs SSO authentication through Supabase. You can view more information about Supabase's SSO capabilities [here](https://supabase.com/docs/guides/auth/enterprise-sso/auth-sso-saml). | ||
|
||
This means that Estuary uses SAML 2.0 for authentication. Estuary's SAML 2.0 configuration is as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should probably update this wording a little bit. This is less of a "configuration" and more a list of URLs/URIs that are needed to implement a configuration on their provider.
Description:
Adds a page in the Getting Started docs section on setting up the SSO login option. Includes the information developers will need to send to us, steps for adding new users, and Estuary configuration information.
Documentation links affected:
Will add the page: Log into Estuary Using SSO
Notes for reviewers:
Thanks for reviewing!
This change is