Username-Password-Authentication fails after lock update to 10.17

I am also having this issue. Email auth will not work. (github & google will work)

Has anyone solved this? version 10.21.1 and 10.21.2 won’t work for me with email auth.

Does oidcConformant need to be turned off?

I am also having this issue. Email auth will not work. (github & google will work)

Has anyone solved this? version 10.21.1 and 10.21.2 won’t work for me with email auth.

Does oidcConformant need to be turned off?

As mentioned in the above comments and in the linked issue, Lock 10.22 was actually the first version to formally support oidcConformant. In addition, this support requires some additional configuration on the client application settings which you can find more about in the configuration parameter docs.

Make sure you have enabled this under `Client → Settings → Advanced → Oauth (tab)
![alt text][1]

ref: State unavailable with email login used · Issue #1121 · auth0/lock · GitHub