auth0-samples / auth0-electron-samples

[DEPRECATED] Auth0-Electron Sample
MIT License
18 stars 21 forks source link

Auth0 Electron Callback URL mismatch #25

Open prestontighe opened 6 years ago

prestontighe commented 6 years ago

I can't seem to get file:/// to work with our Electron app. I was able to get things working by adding the full callback file:/// url into the Allowed Callback URLs setting. The callbacks work just fine on the web using the callback with https://*.netlify.com/login. Does it now have to be something like file://* or file:///*?

Client ID: QR579kSOEqhOqPAfqjfTPHaz5hJPvEKT Auth0 lock version: 11.0.1

Callback mismatch

Callback mismatch

Auth0 lock setup

Auth0 lock setup

bkniffler commented 6 years ago

Yes, I've tried to get electron running with auth0 and I've been running into the same problem.

bkniffler commented 6 years ago

Discussion happening here: https://github.com/auth0/lock/issues/1217