react-native-keycloak icon indicating copy to clipboard operation
react-native-keycloak copied to clipboard

Authenticate via browser app (don't use in app browser)

Open MaTToX3 opened this issue 2 years ago • 0 comments

Hello,

is there a way to use a full browser app instead of in app browser for logging in? We found out that for Android <= 10, there is an issue when logging in and setting up passwordless login via in app browser - the process does not go trough (no error appears). However setting it up via normal browser application works as expected. I would like to use full browsers on those devices. Is there a way?

I have tried to prepare the login url and open it via browser and it seem to work, however keycloak object in my application ofcourse does not know, that authentication really happened. What do you suggest? Did anyone else experience the same issue?

MaTToX3 avatar Sep 22 '22 06:09 MaTToX3