Google connection error in Electron and Angular 4 with auth0-lock 10.15

I have an Electron + Angular 4 app that I am trying to link with auth0 and I have no success with Google linking.

I have

  • I tried both Native

    , and SPA

    types of customers
  • Allowed Callback URLs
  • install CORS
  • passed several messages
  • considered several repositories
  • read auth0 blocking issues
  • tried standard strategy and hash quick start strategy
  • tried several configurations options

What am I missing? I suspect this is something obvious.

Cheers, Jeffrey


Google doesn't work in the app

But shows it works in auth0 logs:

Twitter behaves as expected


Blog post

https://auth0.com/blog/create-a-desktop-app-with-angular-2-and-electron/

Standard quick start (Angular 2)

https://auth0.com/docs/quickstart/spa/angular2/01-login

HashLocationStrategy (Angular 2)

https://auth0.com/docs/quickstart/spa/angular2/01-login#use-with-hashlocationstrategy

Forum

https://auth0.com/forum/t/unable-to-login-when-running-app-in-electron/4565/7

Repos

https://github.com/faxad/cartify/blob/upgrade/4-0-0/src/app/shared/auth.service.ts

+3


source to share





All Articles