mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.7 KiB
2.7 KiB
title | description | tags | keywords |
---|---|---|---|
Auth0 | Learn how to configure Auth0 as an identity provider for NocoDB. | [SSO Auth0 SAML] | [SSO Auth0 SAML Authentication Identity Provider] |
:::info For SSO Access - please reach out to sales team. :::
This article briefs about the steps to configure Auth0 as Identity service provider for NocoDB
NocoDB, Retrieve SAML SSO
Configuration details
- Go to
Account Settings
- Select
Authentication (SSO)
- Click on
New Provider
button - On the Popup modal, Specify a
Display name
for the provider; note that, this name will be used to display the provider on the login page - Retrieve
Redirect URL
&Audience / Entity ID
; these information will be required to be configured later with the Identity Provider
Auth0, Configure NocoDB as an Application
-
Access your Auth0 account
- navigate to
Applications
>Create Application
.
- navigate to
-
In the
Create Application
modal,- choose
Regular Web Application
- click
Create
- choose
-
Upon successful creation, you will be directed to the
Quick Start
screen.- Go to the
Addons
tab. - Enable
SAML2 Web App
- Go to the
-
On the
SAML2 Web App
modal,- Paste
Redirect URL
copied in step above intoApplication Callback URL
field - In Settings, retain
nameIdentifierProbes
as["http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"]
; remove other probes if any
{ "nameIdentifierProbes": [ "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" ] }
- Click
Enable
to save the settings
- Paste
-
On the
Settings
tab,- move to
Advanced Settings
>Endpoints
>SAML
section, - copy the SAML
Metadata URL
- move to
NocoDB, Configure Auth0 as an Identity Provider
- Go to
Account Settings
>Authentication
>SAML
- Insert
Metadata URL
retrieved in step above; alternatively you can configure XML directly as well Save
For Sign-in's, user should be able to now see Sign in with <SSO>
option.
:::note
Post sign-out, refresh page (for the first time) if you do not see Sign in with <SSO>
option
:::