Browse Source

docs : update docs related to SSO

pull/7599/head
Naveen MR 5 months ago
parent
commit
a8511046d4
  1. 6
      packages/noco-docs/docs/140.account-settings/030.authentication/010.overview.md
  2. 5
      packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/010.okta.md
  3. 5
      packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/020.auth0.md
  4. 5
      packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/030.ping-identity.md
  5. 4
      packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/040.azure-ad.md
  6. 5
      packages/noco-docs/docs/140.account-settings/030.authentication/030.SAML-SSO/050.keycloak.md
  7. 5
      packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/010.okta.md
  8. 5
      packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/020.auth0.md
  9. 5
      packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/030.ping-identity.md
  10. 4
      packages/noco-docs/docs/140.account-settings/030.authentication/040.OIDC-SSO/040.azure-ad.md

6
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.

5
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

5
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

5
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

4
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

5
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

5
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`

5
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`

5
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`

4
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`

Loading…
Cancel
Save