You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. We're currently struggling with passing a valid JWT token that we obtained from keycloak through a native login mask (iOS and Android) to a WebView Container with the angular application. Is there any way how we can open the angular application and pass the JWT to the keycloak module, so it will use it for further communication?
The text was updated successfully, but these errors were encountered:
then you can pass access_token and refresh_token as GET params to any angular URL and keycloak-angular seems to accept it. No idea, if token refresh will work with it as well, but for now it seems to do the trick
Hi. We're currently struggling with passing a valid JWT token that we obtained from keycloak through a native login mask (iOS and Android) to a WebView Container with the angular application. Is there any way how we can open the angular application and pass the JWT to the keycloak module, so it will use it for further communication?
The text was updated successfully, but these errors were encountered: