jhipster / generator-jhipster-ionic

Ionic for JHipster ✨
https://developer.okta.com/blog/2022/05/12/ionic-angular-jhipster
Apache License 2.0
192 stars 50 forks source link

Oauth2 Social Sign-In In Android App #901

Closed akhilveramalli closed 2 days ago

akhilveramalli commented 1 year ago

In generated apk after clicking on sign in it is taking to the browser page where keycloak sign in page is opened and after selecting google social sign in it is giving an error of 'localhost refused to connect' image After Signing in how to redirect to app from browser or is there any other solution

mraible commented 5 months ago

I believe you need to configure the AndroidManifest.xml to allow clear text for this to work. https://stackoverflow.com/a/51902630/65681

mraible commented 2 days ago

Closing due to lack of response.