Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Can't authorize if using a proxy #55

Closed
vtymtsiv opened this issue Nov 7, 2017 · 2 comments
Closed

Can't authorize if using a proxy #55

vtymtsiv opened this issue Nov 7, 2017 · 2 comments

Comments

@vtymtsiv
Copy link

vtymtsiv commented Nov 7, 2017

When I try to login to the application using proxies, auth0 widget doesn't fetch accounts.

`
auth0Config = {
clientId: ...
clientID: ...
domain: ...
callbackURL: location.href,
packageIdentifier: ...
};

let options = {
scope: 'openid profile ',
connection: 'google-oauth2'
};

new Auth0Cordova(this.auth0Config).authorize(options, (error, authResult) => {....})

img_20171108_140825

Without proxies, all works fine and I can log in.

img_20171107_210107

@darkyen
Copy link
Contributor

darkyen commented Nov 10, 2017

Can you share the message you get from the networking erro?

@vtymtsiv
Copy link
Author

That happens when using an HTTP proxy, not HTTPS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants