-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open keycloak login page in embedded browser #2
Comments
I haven't done it yet, but I'd start with the
Override this to use the embedded browser plugin of your choice. |
@JohannesBauer97 yeah i just tried out with openUri config and it works with Code + PKCE flow with your code in login function but the redirect back after logged in always got "Validating access_token failed, wrong state/nonce" issue so hasValidAccessToken always false then have to reinit login function only able to retrieve access token |
@JohannesBauer97 @GLY-JeffreyTCK have you managed to solve this? I've a kinda working demo at https://github.com/edgeflare/keycloak-angular-capacitor, but it's certainly not fit for production. |
Hi, this article is awesome but can this open in embedded browser ?
The text was updated successfully, but these errors were encountered: