seco35
seco35
For me the solution was to add the redirectUri in the openAuth()-Call. I changed my call from `openAuth("authenticationLink?...&redirect_uri={LINK_TO_BACKEND_API});` to: `openAuth("authenticationLink?...&redirect_uri={LINK_TO_BACKEND_API}, "myapp://deeplinkpath");`
@abhisheksaxenaa could you elaborate the re-validation of the token? How do we accomplish it without the refresh token? Do you mean, that the user has to enter the credentials again,...
> @seco35 If you are using client secret, which is not recommended, then you can get the refresh token out of keycloak. Without refresh token it is not possible to...