Closed mgonto closed 10 years ago
Is this an auth0/lock error or an auth0/widget error? could you check if it behaves the same here? I made several tweaks to the options handling and callbacks and stuff.. and there is algo more coming. :dancer:
This didn't exist in auth0/widget
nor anywhere before. I think it actually makes sense to show this error on auth0.js
now that you mention this :).
I'll move the issue
Cool!
Right now, we show the World Domination message when the callback is missing and the user is trying a Social IdP. However, if the user tries to do a regular Username/Password Auth, a CORS error is thrown.
We should parse the
s3
information to see if theres a callbackURL. If there's not and no callback is set to handle the success of the login, then we should show a message saying
Please add currentURL as a CallbackURL on your application settings`.Thanks!