Skip to content

Commit

Permalink
Merge pull request #1434 from codatio/sso-setup-url-update
Browse files Browse the repository at this point in the history
Update to the URLs specified for client config
  • Loading branch information
andy-white-hat authored Nov 13, 2024
2 parents c61b10c + 42fa06e commit 9c9813f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/enterprise/tech-overview/security/sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ In order to support SSO, you need to connect your Active Directory (AD) or Ident

a. Return SAML responses that include the groups claim. This ensures that an ID representing each AD group the user belongs to is sent to us for mapping the client/role access.

b. Set the Reply URL (Assertion Customer Service URL) to `https://authentication.codat.io/login/callback?connection=`.
b. Set the Reply URL (Assertion Customer Service URL) to `https://authentication.codat.io/login/callback?connection=[client-name]-[instance-name]-saml-connection`.

c. Ensure a Redirect URL of `https://authentication.codat.io/login/callback?connection=` is set.
c. Ensure a Redirect URL of `https://authentication.codat.io/login/callback?connection=[client-name]-[instance-name]-saml-connection` is set.

d. Include the following claims for each user in the SAML responses from the authenticating IdP:

Expand Down

0 comments on commit 9c9813f

Please sign in to comment.