Skip to content

Commit cc845f0

Browse files
Update custom-domains.mdx (supabase#26582)
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
1 parent 3a8369d commit cc845f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/content/guides/platform/custom-domains.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To prevent issues for your users, follow these steps:
116116
- `https://api.example.com/auth/v1/callback`
117117
- [Sign in with Twitter](/docs/guides/auth/social-login/auth-twitter) uses cookies bound to the project's domain. Make sure your frontend code uses the custom domain instead of the default project's domain.
118118
2. For each of your SAML identity providers:
119-
- Contact your provider and ask them to update the metadata for the SAML application. They should use `https://api.example.com/auth/v1/...` instead of `https://abcdefghijklmnopqrst.supabase.co/auth/v1/callback`.
119+
- Contact your provider and ask them to update the metadata for the SAML application. They should use `https://api.example.com/auth/v1/...` instead of `https://abcdefghijklmnopqrst.supabase.co/auth/v1/sso/saml/{metadata,acs,slo}`.
120120
- Once these changes are made, SAML Single Sign-On will likely stop working until the domain is activated. Plan for this ahead of time.
121121

122122
### Activate your domain
@@ -192,7 +192,7 @@ To prevent issues for your users, make sure you have gone through these steps:
192192
- `https://my-example-brand.supabase.co/auth/v1/callback`
193193
- [Sign in with Twitter](/docs/guides/auth/social-login/auth-twitter) uses cookies bound to the project's domain. In this case make sure your frontend code uses the subdomain instead of the default project's domain.
194194
2. Go through all of your SAML identity providers:
195-
- You will need to reach out via email to all of your existing identity providers and ask them to update the metadata for the SAML application (your project). Use `https://example-brand.supabase.co/auth/v1/...` instead of `https://abcdefghijklmnopqrst.supabase.co/auth/v1/callback`.
195+
- You will need to reach out via email to all of your existing identity providers and ask them to update the metadata for the SAML application (your project). Use `https://example-brand.supabase.co/auth/v1/...` instead of `https://abcdefghijklmnopqrst.supabase.co/auth/v1/sso/saml/{metadata,acs,slo}`.
196196
- Once these changes are made, SAML Single Sign-On will likely stop working until the domain is activated. Plan for this ahead of time.
197197

198198
### Activate a subdomain

0 commit comments

Comments
 (0)