From 705ed9d4b2470ae5737900d387bf52d52a03c330 Mon Sep 17 00:00:00 2001 From: vinckr Date: Mon, 4 May 2026 16:57:17 -0300 Subject: [PATCH 1/4] chore: clarify console SSO --- docs/console/single-sign-on.mdx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/console/single-sign-on.mdx b/docs/console/single-sign-on.mdx index 22e14c652..5fbfcda0a 100644 --- a/docs/console/single-sign-on.mdx +++ b/docs/console/single-sign-on.mdx @@ -1,9 +1,15 @@ --- id: single-sign-on -title: Single Sign On -sidebar_label: Single Sign On +title: Ory Console SSO +sidebar_label: Ory Console SSO --- +:::info Enterprise feature + +Console SSO is available on [Ory Enterprise](https://www.ory.sh/contact/) plans. + +::: + The Ory Console supports Single-Sign-On (SSO) via OpenID Connect (OIDC) or SAML. This allows you to use your existing identity provider (IdP) to authenticate users of the Ory Console. @@ -36,7 +42,7 @@ Follow these steps to configure SSO for your workspace: 8. Congratulations! You have successfully set up Single Sign-On for your workspace in Ory Console. You can now use your IdP credentials to access the console. -### Restricting access to your workspace +### Restrict access to your workspace In addition to forcing all users of your organization to use SSO, you can also restrict access to your workspace or any projects within it to specific email domains. From 776f20b79e08dfd628c8224a77ae2b2b7293190f Mon Sep 17 00:00:00 2001 From: vinckr Date: Mon, 4 May 2026 16:57:46 -0300 Subject: [PATCH 2/4] chore: typoe --- docs/console/single-sign-on.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/console/single-sign-on.mdx b/docs/console/single-sign-on.mdx index 5fbfcda0a..18d554e38 100644 --- a/docs/console/single-sign-on.mdx +++ b/docs/console/single-sign-on.mdx @@ -4,9 +4,9 @@ title: Ory Console SSO sidebar_label: Ory Console SSO --- -:::info Enterprise feature +:::info -Console SSO is available on [Ory Enterprise](https://www.ory.sh/contact/) plans. +Ory Console SSO is available on [Ory Enterprise](https://www.ory.sh/contact/) plans. ::: From 5a2424b2cc1e73309a6a42c0e62c20266865864d Mon Sep 17 00:00:00 2001 From: vinckr Date: Mon, 4 May 2026 17:04:59 -0300 Subject: [PATCH 3/4] chore: typo --- docs/console/single-sign-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/console/single-sign-on.mdx b/docs/console/single-sign-on.mdx index 18d554e38..d3dd0735e 100644 --- a/docs/console/single-sign-on.mdx +++ b/docs/console/single-sign-on.mdx @@ -10,7 +10,7 @@ Ory Console SSO is available on [Ory Enterprise](https://www.ory.sh/contact/) pl ::: -The Ory Console supports Single-Sign-On (SSO) via OpenID Connect (OIDC) or SAML. This allows you to use your existing identity +The Ory Console supports Single Sign-On (SSO) via OpenID Connect (OIDC) or SAML. This allows you to use your existing identity provider (IdP) to authenticate users of the Ory Console. Once configured, all users with email addresses matching the enrolled domain will be required to use SSO to log in to the Ory From 2c09d45c7acf62a88bce76e70ac612a51f648f61 Mon Sep 17 00:00:00 2001 From: vinckr Date: Tue, 5 May 2026 09:36:18 -0300 Subject: [PATCH 4/4] chore: typo --- docs/console/single-sign-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/console/single-sign-on.mdx b/docs/console/single-sign-on.mdx index d3dd0735e..9c7df7b51 100644 --- a/docs/console/single-sign-on.mdx +++ b/docs/console/single-sign-on.mdx @@ -1,7 +1,7 @@ --- id: single-sign-on title: Ory Console SSO -sidebar_label: Ory Console SSO +sidebar_label: Single Sign On --- :::info