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
Calling logout on Android results in Data intent null error. I've taken a look at #494 & #958 but this seems to be sightly different. Authorization is working completely fine for me, its just logout.
Backstory is that I previously was using revoke but recently upgraded to logout.
Environment
Your Identity Provider: Keycloak
Platform that you're experiencing the issue on: Android
Your react-native Version: 0.71.17
Your react-native-app-auth Version: 7.1.3
Are you using Expo?: No
The text was updated successfully, but these errors were encountered:
Actually, after playing around with it for a bit, I think I found the issue.
It seems that the postLogoutRedirectUrl needs to reference your "Auth" scheme, and referencing your deep-link scheme causes the issue, which makes sense. So in the scenario where:
Deep-link scheme: com.myapp
Auth scheme: com.myapp.auth
Your postLogoutRedirectUrl needs to be like: com.myapp.auth://some_route.
Issue
Calling
logout
on Android results inData intent null
error. I've taken a look at #494 & #958 but this seems to be sightly different. Authorization is working completely fine for me, its just logout.Backstory is that I previously was using
revoke
but recently upgraded tologout
.Environment
Keycloak
Android
react-native
Version:0.71.17
react-native-app-auth
Version:7.1.3
The text was updated successfully, but these errors were encountered: