MARKETPLACE
PLUGINS
AUTH0 SSO - MULTI-APPLICATION
Auth0 SSO - Multi-Application logo

Auth0 SSO - Multi-Application

Published April 2021
   •    Updated October 2025

Plugin details

Use the Auth0 plugin to identify users on your Bubble app without having them to sign up with an email address and password.
✅ Redirect to Login

✅ Retrieve User Information (Email, Name etc..)

✅ Log the User out from Auth0


What's unique about this plugin and the original Auth0?

☑️ Dynamic Client ID (perfect for sub apps)

☑️ Server-side rendering Access Token for User Information

☑️ API calls are generated with custom code @Node.js


Should I be aware of something before buying?

📋 It might be difficult for you to configure Auth0

📋 You'd probably have to look into using Auth0 before using this plugin

📋 Twitter integration requires a custom configuration, refer to Auth0 for the documentation

📋 Auth0 has a great community for Auth0 specific questions, I don't mind helping you out but I don't provide integration on your app.

Auth0 Community URL: https://community.auth0.com/

Editor link: https://bubble.io/page?type=page&name=auth0&id=opennode-api&test_plugin=1617657341948x520955940401840100_current&tab=tabs-1

Demo:  https://opennode-api.bubbleapps.io/version-test/auth0

Screenshot of configuration: https://www.awesomescreenshot.com/image/7105993?key=cae81637de9a7d471f90c9f928b86d8d

$50

One time

4.0 stars   •   1 ratings
36 installs  
This plugin does not collect or track your personal data.

Platform

Web & Native mobile

Contributor details

No-Code Venture logo
No-Code Venture
Joined 2017   •   198 Plugins
View contributor profile

Instructions

- Signup for an account on Auth0 - Create an application and go to the settings
- Set your Application Type to Regular Web Application
- Set your Endpoint Authentication Method to None
- Configure callback URL's
- Configure Logout URL's
- Choose the available connections for the application


Screenshot of configuration: https://www.awesomescreenshot.com/image/7105993?key=cae81637de9a7d471f90c9f928b86d8d

Kindly view the editor to see how to configure the app at: https://bubble.io/page?type=page&name=auth0&id=opennode-api&test_plugin=1617657341948x520955940401840100_current&tab=tabs-1

Auth0 Community URL: https://community.auth0.com/

Demo:  https://opennode-api.bubbleapps.io/version-test/auth0

Types

This plugin can be found under the following types:
Api   •   Action   •   Background Services

Categories

This plugin can be found under the following categories:

Resources

Support contact
Documentation
Tutorial

Rating and reviews

Average rating (4.0)

Good plugin
November 29th, 2022
Works great, the only reason its not 5 stars is because I think the logout redirect is broken. Its logging out fine, but no matter what URL i put there, it always takes the first allowed callback URL from auth0 settings. When inspecting the http request in chrome it looks like its not sending the &redirecTo parameter.
Appreciate your feedback. Please check the demo page to see the redirect_url working. I think the issue may be that as you are not specifying a client ID in your logout request, the logout URL needs to be added to your tenant’s allowed logout urls. Were you adding it to the application’s allowed logout URLs instead? Please see here for more details: https://auth0.com/docs/logout/guides/redirect-users-after-logout 438
November 30th, 2022
  •  
No-Code Venture
Hi, thanks for fast response. Yes I believe I have setup the clientID and redirectURL correctly. When using chrome inspector, here is what I found: https://i.imgur.com/1zX5Pj1.png As you see, there is no redirect url paramter, only client id. Here is how I set it up in the workflow: https://i.imgur.com/L31sMWC.png Here are my auth0 allowed callback urls https://i.imgur.com/F0fL1pC.png Whenever I use the workflow auth0 logout, it always redirects to the first url, which in my case its just the live version of the app which is fine. Its not a big deal for me as I do not require different urls on logout but I thought that I will let you know anyway.
November 30th, 2022
  •  
Original reviewer
Bubble