SSO with Auth0
Configure SSO using OpenID Connect and Auth0
OpenID Connect
To become familiar with OpenID Connect in Budibase, see: OpenID Connect
Configuration
Create the application
Create the budibase application in your Applications list.

Select 'Regular Web Applications'.

Find your configuration details
Visit the 'Settings' tab in your application.

Configuration URL
Use the Domain field to construct your Configuration URL in Budibase. e.g. https://{domain}/.well-known/openid-configuration
Client ID
Use the Client ID field as your Client ID in Budibase.
Client Secret
Use the Client Secret field as your Client ID in Budibase.
Add your callback URL
Scroll down to the 'Application URIs' section and enter your callback URL

Updated over 1 year ago