Get last login not working

Hi

I configured a Single Page Application for a brand new project in Angular 6

I want to enable the one-click login, by setting the rememberLastLogin flag to true by following this rules Lock Configuration Options

By comparing with another project I see that the request to https://inmuebles.auth0.com/user/ssodata/ returns 404 and my working project works fine

Am I missing something in my application/tenant configuration??

Update: Apparently this is a known issue for the Auth0 team

I reported it under the lock repo and the are working on a solution

Hey @luisguerra!

Thanks for getting it to wider audience. As said in the issue, this happens because new tenants have our new SSO flow, which doesn’t even show the login page if doesn’t need to. So we decided to remove the /ssodata endpoint for new tenants, since it’s not needed anymore. The problem is that for unauthenticated users, lock will still call the /ssodata endpoint.

We’re working on a solution.

In the meantime, you can disable the rememberLastLogin so lock doesn’t call /ssodata when it loads.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.