I have been having trouble using Auth0 with a new account created today. A slightly older account created a month or so ago (5 December 2017) works fine.
The error is that Auth0 Lock is trying (and failing) to do an HTTP GET on
<my-auth0-domain>/user/ssodata
In the Auth0 logs of the older account (where it works), I have a warning entry with a deprecation notice:
SSOdata endpoint: This feature is being deprecated. Please refer to our documentation to learn how to migrate your application.
I followed the descriptions for migration in the documentation combined with the SPA with jQuery Quickstart, and got it to work with centralized login but I cannot be sure this will work with the rest of the chapter and/or book.
In particular, centralized login provides an access token and ID token rather than a user token, and logout does not cleanly eliminate all session data (some cookies remain which 'remember' who last logged in).
It would help to know whether anyone else has a better solution or confirmation that I'm on the right track.
I have been having trouble using Auth0 with a new account created today. A slightly older account created a month or so ago (5 December 2017) works fine.
The error is that Auth0 Lock is trying (and failing) to do an HTTP GET on
In the Auth0 logs of the older account (where it works), I have a warning entry with a deprecation notice:
I followed the descriptions for migration in the documentation combined with the SPA with jQuery Quickstart, and got it to work with centralized login but I cannot be sure this will work with the rest of the chapter and/or book.
In particular, centralized login provides an access token and ID token rather than a user token, and logout does not cleanly eliminate all session data (some cookies remain which 'remember' who last logged in).
It would help to know whether anyone else has a better solution or confirmation that I'm on the right track.