Skip to content

Commit

Permalink
chore: add note about region-specific SSO configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bvs-langchain committed Oct 17, 2024
1 parent 103b768 commit ce9f369
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ SSO services permit a user to use one set of credentials (for example, a name or
See IdP-specific instructions [below](#identity-provider-idp-setup)
:::note

:::note
The URLs are different for the US and EU. Please make sure to select your region from the dropdown in the top right.
:::

1. In your IdP: Configure a SAML application with the following details, then copy the metadata URL or XML for step 3 below
1. Single sign-on URL a.k.a. ACS URL: <RegionalUrl type='auth' suffix='/auth/v1/sso/saml/acs'/>
1. Audience URI a.k.a. SP Entity ID: <RegionalUrl type='auth' suffix='/auth/v1/sso/saml/metadata'/>
Expand Down Expand Up @@ -196,7 +200,7 @@ For additional information, see Okta's [documentation](https://help.okta.com/en-
1. Under `Applications > Applications` click `Create App Integration`
1. Select `SAML 2.0`
1. Enter an `App name` (e.g. `LangSmith`) and optionally an `App logo`, then click `Next`
1. Enter the following information in the `Conofigure SAML` page:
1. Enter the following information in the `Configure SAML` page:
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.
1. `Audience URI (SP Entity ID)`: <RegionalUrl type='auth' suffix='/auth/v1/sso/saml/metadata'/>
1. `Name ID format`: `EmailAddress`
Expand Down

0 comments on commit ce9f369

Please sign in to comment.