Skip to content

Commit

Permalink
docs(nx-cloud): saml auth fix audience URI for eu cluster (#19151)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarmatei committed Sep 20, 2023
1 parent 7f8368c commit 584cb19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/nx-cloud/private/auth-saml-managed.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SAML Auth
# SAML Auth Managed Offering

## Okta Set-up

Expand All @@ -17,8 +17,12 @@ You'll be entering it in the instructions below.

3. On the Next page, configure it as below:

1. The Single Sign On URL needs to be: 2. If using the main-US cluster: `https://auth.nx.app/login/callback?connection=SAML-IDENTIFIER` 3. If using the EU cluster: `https://auth.eu.nx.app/login/callback?connection=SAML-IDENTIFIER`
1. The Single Sign On URL needs to be:
- If using the main-US cluster: `https://auth.nx.app/login/callback?connection=SAML-IDENTIFIER`
- If using the EU cluster: `https://auth.eu.nx.app/login/callback?connection=SAML-IDENTIFIER`
2. The Audience should be `urn:auth0:nrwl:SAML-IDENTIFIER`
- If using the main-US cluster: `urn:auth0:nrwl:SAML-IDENTIFIER`
- If using the EU cluster: `urn:auth0:nxcloud-eu:SAML-IDENTIFIER`

![Okta 4](/nx-cloud/private/images/saml/okta_4_public.png)

Expand Down
Binary file modified docs/nx-cloud/private/images/saml/okta_4_public.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 584cb19

Please sign in to comment.