Closed grajuu closed 4 years ago
Did you restart Keycloak after you generated your React Native project?
From the OAuth2 OIDC docs:
The app's URL scheme is declared in AppConfig, build.gradle, AndroidManifest.xml, and Info.plist. By default it uses your app name.
Add the URL scheme from above as a valid redirect URI, followed by the word "authorize". For example, if your URL scheme is
oauth-app
then the redirect URI should look likeoauth-app://authorize
. This is patched in JHipster's Keycloak docker config so you may need to restart the docker container.
Yes i did multiple times "Keycloak" and "Gateway" as well @mraible , I changed "localhost" to "127.0.0.1" in app-config as well. but tuff luck.
Hey @mraible ,
This is my system fault :) the old docker didn't get refreshed, I removed the docker, and rebuild the complete gateway and ran and now the login redirect problem got fixed.
-- Thanks
Hi @ruddell
After clicking on Login button its redirection to following,