跳到主要内容
ArcBlock Community

Auth0 setup not working correctly

wgring
开发者
blocklet-serverresolved

Not sure if its a bug on the blocklet server side - I attempted the Auth0 Login setup tutorial, but after finishing setup and attempting any of the login methods through Auth0 I'm met with a page saying there's a callback url mismatch.

The message

Screenshot_20240620_114847_Firefox.jpg

The settings for auth0

Screenshot_20240620_115247_Firefox.jpg

I've removed and added it twice, and attempted restarts on the blocklet space as well with the same outcome.

When checking the methods on wasil's site, his redirect seemed to work just fine (video comparisons; wasil's site then mine):

7 条回复

zhanghan2年前

Can you check if the App URL setting is correct? Must be same domain, you filled in auth0

image.png

wgring2年前

Screenshot_20240620_181144_Firefox.jpg

Screenshot_20240620_181328_Firefox.jpg

Same yes. Same result with or without forward slash entered.

wgring2年前

ya that allowed the page to show, though it gives me a warning that differs from the comparison previously:

Screenshot_20240620_190211_Firefox.jpg

zhanghan2年前

That is because you enable Google login in auth0, but this Google login is using auth0 dev keys

You can disable Google login or just apply your own google login project

PS: I will wirte another post about "Config Google login" in the next few days, which means you can use Google login directly with blocklet, rather than through auth0. So you can turn off auth0-google without hesitatation

null2年前

👀

zhanghan2年前

Just publish two tutorials about Google login and Github Login

回复