From a8511046d405c9c11973388af5cf82f1c5cab3ff Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Sat, 10 Feb 2024 09:46:01 +0000 Subject: [PATCH] docs : update docs related to SSO --- .../140.account-settings/030.authentication/010.overview.md | 6 +++++- .../030.authentication/030.SAML-SSO/010.okta.md | 5 +++++ .../030.authentication/030.SAML-SSO/020.auth0.md | 5 +++++ .../030.authentication/030.SAML-SSO/030.ping-identity.md | 5 +++++ .../030.authentication/030.SAML-SSO/040.azure-ad.md | 4 ++++ .../030.authentication/030.SAML-SSO/050.keycloak.md | 5 +++++ .../030.authentication/040.OIDC-SSO/010.okta.md | 5 +++++ .../030.authentication/040.OIDC-SSO/020.auth0.md | 5 +++++ .../030.authentication/040.OIDC-SSO/030.ping-identity.md | 5 +++++ .../030.authentication/040.OIDC-SSO/040.azure-ad.md | 4 ++++ 10 files changed, 48 insertions(+), 1 deletion(-) diff --git a/packages/noco-docs/docs/140.account-settings/030.authentication/010.overview.md b/packages/noco-docs/docs/140.account-settings/030.authentication/010.overview.md index 831f51f6f9..afdd4af846 100644 --- a/packages/noco-docs/docs/140.account-settings/030.authentication/010.overview.md +++ b/packages/noco-docs/docs/140.account-settings/030.authentication/010.overview.md @@ -10,7 +10,11 @@ This section provides an overview about different mechanisms available for authe # Email and password based This is the default form based authentication mechanism available in NocoDB. Users can sign up using email and password and then login using the same credentials. -# Single Sign On (SSO) (Coming soon!) +# Single Sign On (SSO) +:::warning +SSO is available under private beta for self hosted enterprise customers. Please reach [**out to us**](https://calendly.com/nocodb) for early access. +::: + SSO is a session and user authentication service that permits a user to use one set of login credentials to access multiple applications. The service authenticates the end user for all the applications the user has been given rights to and eliminates further prompts when the user switches applications during the same session. SSO functionality is achieved by establishing a connection with an identity provider (IdP), which serves as a repository for managing users digital identities within the digital or cloud-based ecosystem. Through the use of protocols like the Security Assertion Markup Language (SAML 2.0), such as in the case of NocoDB, SSO facilitates the secure exchange of authentication data between the identity provider and the service providers. diff --git a/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/010.okta.md b/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/010.okta.md index 4ee0ec71eb..27dacee939 100644 --- a/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/010.okta.md +++ b/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/010.okta.md @@ -5,6 +5,11 @@ tags: ['SSO', 'Okta', 'SAML'] keywords: ['SSO', 'Okta', 'SAML', 'Authentication', 'Identity Provider'] --- +:::warning +SSO is available under private beta for self hosted enterprise customers. Please reach [**out to us**](https://calendly.com/nocodb) for early access. +::: + + This article briefs about the steps to configure Okta as Identity service provider for NocoDB ### NocoDB, Retrieve `SAML SSO` Configuration details diff --git a/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/020.auth0.md b/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/020.auth0.md index 318dc7b6f3..b1f6fd9d22 100644 --- a/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/020.auth0.md +++ b/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/020.auth0.md @@ -5,6 +5,11 @@ tags: ['SSO', 'Auth0', 'SAML'] keywords: ['SSO', 'Auth0', 'SAML', 'Authentication', 'Identity Provider'] --- +:::warning +SSO is available under private beta for self hosted enterprise customers. Please reach [**out to us**](https://calendly.com/nocodb) for early access. +::: + + This article briefs about the steps to configure Auth0 as Identity service provider for NocoDB ### NocoDB, Retrieve `SAML SSO` Configuration details diff --git a/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/030.ping-identity.md b/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/030.ping-identity.md index 786b5465fe..dd9dbe717f 100644 --- a/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/030.ping-identity.md +++ b/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/030.ping-identity.md @@ -5,6 +5,11 @@ tags: ['SSO', 'Ping Identity', 'SAML'] keywords: ['SSO', 'Ping Identity', 'SAML', 'Authentication', 'Identity Provider'] --- +:::warning +SSO is available under private beta for self hosted enterprise customers. Please reach [**out to us**](https://calendly.com/nocodb) for early access. +::: + + This article briefs about the steps to configure Auth0 as Identity service provider for NocoDB ### NocoDB, Retrieve `SAML SSO` Configuration details diff --git a/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/040.azure-ad.md b/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/040.azure-ad.md index 3a4454d8f1..ba5b8935fa 100644 --- a/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/040.azure-ad.md +++ b/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/040.azure-ad.md @@ -5,6 +5,10 @@ tags: ['SSO', 'Active Directory', 'SAML'] keywords: ['SSO', 'Active Directory', 'SAML', 'Authentication', 'Identity Provider'] --- +:::warning +SSO is available under private beta for self hosted enterprise customers. Please reach [**out to us**](https://calendly.com/nocodb) for early access. +::: + This article briefs about the steps to configure Active Directory as Identity service provider for NocoDB ### NocoDB, Retrieve `SAML SSO` Configuration details diff --git a/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/050.keycloak.md b/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/050.keycloak.md index 8600c35c7d..76cece2b69 100644 --- a/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/050.keycloak.md +++ b/packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/050.keycloak.md @@ -5,6 +5,11 @@ tags: ['SSO', 'Keycloak', 'SAML'] keywords: ['SSO', 'Keycloak', 'SAML', 'Authentication', 'Identity Provider'] --- +:::warning +SSO is available under private beta for self hosted enterprise customers. Please reach [**out to us**](https://calendly.com/nocodb) for early access. +::: + + This article briefs about the steps to configure Keycloak as Identity service provider for NocoDB ### NocoDB, Retrieve `SAML SSO` Configuration details diff --git a/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/010.okta.md b/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/010.okta.md index b7664bb884..bd9b22e2ac 100644 --- a/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/010.okta.md +++ b/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/010.okta.md @@ -5,6 +5,11 @@ tags: ['SSO', 'Okta', 'OIDC'] keywords: ['SSO', 'Okta', 'OIDC', 'Authentication', 'Identity Provider'] --- +:::warning +SSO is available under private beta for self hosted enterprise customers. Please reach [**out to us**](https://calendly.com/nocodb) for early access. +::: + + This article briefs about the steps to configure Okta as Identity service provider for NocoDB ### NocoDB, Retrieve `Redirect URL` diff --git a/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/020.auth0.md b/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/020.auth0.md index fd70a1fc0e..df116e9198 100644 --- a/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/020.auth0.md +++ b/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/020.auth0.md @@ -5,6 +5,11 @@ tags: ['SSO', 'Auth0', 'OIDC'] keywords: ['SSO', 'Auth0', 'OIDC', 'Authentication', 'Identity Provider'] --- +:::warning +SSO is available under private beta for self hosted enterprise customers. Please reach [**out to us**](https://calendly.com/nocodb) for early access. +::: + + This article briefs about the steps to configure Auth0 as Identity service provider for NocoDB ### NocoDB, Retrieve `Redirect URL` diff --git a/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/030.ping-identity.md b/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/030.ping-identity.md index 15001856be..422811f481 100644 --- a/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/030.ping-identity.md +++ b/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/030.ping-identity.md @@ -5,6 +5,11 @@ tags: ['SSO', 'Ping Identity', 'OIDC'] keywords: ['SSO', 'Ping Identity', 'OIDC', 'Authentication', 'Identity Provider'] --- +:::warning +SSO is available under private beta for self hosted enterprise customers. Please reach [**out to us**](https://calendly.com/nocodb) for early access. +::: + + This article briefs about the steps to configure Ping Identity as Identity service provider for NocoDB ### NocoDB, Retrieve `Redirect URL` diff --git a/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/040.azure-ad.md b/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/040.azure-ad.md index 99fd753446..90fd202bb2 100644 --- a/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/040.azure-ad.md +++ b/packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/040.azure-ad.md @@ -5,6 +5,10 @@ tags: ['SSO', 'Azure AD', 'OIDC'] keywords: ['SSO', 'Azure AD', 'OIDC', 'Authentication', 'Identity Provider'] --- +:::warning +SSO is available under private beta for self hosted enterprise customers. Please reach [**out to us**](https://calendly.com/nocodb) for early access. +::: + This article briefs about the steps to configure Azure AD as Identity service provider for NocoDB ### NocoDB, Retrieve `Redirect URL`