this post was submitted on 25 Jun 2025
0 points (NaN% liked)

General Discussion

0 readers
1 users here now

A place to talk about whatever you want


This is a forum category containing topical discussion. You can start new discussions by mentioning this category.

founded 5 months ago
 

Hi all,

I'm trying to use the nodebb-plugin-sso-auth0 plugin on my NodeBB forum, but without success. When I enter my Auth0 application information in the form on the plugin's configuration dashboard, it's not saving (there's no action when clicking the save button).

Can anyone suggest a solution? Or is there another option so I can enable SSO/ Social Authentication on my site similar to this forum?

Thanks, Marco Minozzo

top 5 comments
sorted by: hot top controversial new old

Hi, it's working. Thanks !

[–] baris@community.nodebb.org 1 points 3 weeks ago

Check the browser console and nodebb logs for errors if the save button isn't working.

I have been receiving the following error in browser console

error loading admin/plugins/sso-auth0 46814/C/<@ /assets/admin.min.js?v=b5254907854:23:24705

[–] baris@community.nodebb.org 1 points 3 weeks ago

I've published a new version (4.2.0) to update the plugin for nodebb 3.2.x and 4.x, give that a shot. This forum uses the facebook/twitter/google sso plugins for login.

I’ve seen this happen sometimes when there’s a problem with permissions or a plugin conflict. Maybe try checking your NodeBB logs for errors when you click save? Also, make sure your Auth0 app settings match exactly what the plugin needs (like callback URLs).