Skip to content

Commit ce9f369

Browse files
committed
chore: add note about region-specific SSO configuration
1 parent 103b768 commit ce9f369

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

versioned_docs/version-2.0/how_to_guides/setup/set_up_saml_sso.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ SSO services permit a user to use one set of credentials (for example, a name or
3434
See IdP-specific instructions [below](#identity-provider-idp-setup)
3535
:::note
3636

37+
:::note
38+
The URLs are different for the US and EU. Please make sure to select your region from the dropdown in the top right.
39+
:::
40+
3741
1. In your IdP: Configure a SAML application with the following details, then copy the metadata URL or XML for step 3 below
3842
1. Single sign-on URL a.k.a. ACS URL: <RegionalUrl type='auth' suffix='/auth/v1/sso/saml/acs'/>
3943
1. Audience URI a.k.a. SP Entity ID: <RegionalUrl type='auth' suffix='/auth/v1/sso/saml/metadata'/>
@@ -196,7 +200,7 @@ For additional information, see Okta's [documentation](https://help.okta.com/en-
196200
1. Under `Applications > Applications` click `Create App Integration`
197201
1. Select `SAML 2.0`
198202
1. Enter an `App name` (e.g. `LangSmith`) and optionally an `App logo`, then click `Next`
199-
1. Enter the following information in the `Conofigure SAML` page:
203+
1. Enter the following information in the `Configure SAML` page:
200204
1. `Single sign-on URL` a.k.a. `ACS URL`: <RegionalUrl type='auth' suffix='/auth/v1/sso/saml/acs'/>. Keep `Use this for Recipient URL and Destination URL` checked.
201205
1. `Audience URI (SP Entity ID)`: <RegionalUrl type='auth' suffix='/auth/v1/sso/saml/metadata'/>
202206
1. `Name ID format`: `EmailAddress`

0 commit comments

Comments
 (0)