Closed jaderdev closed 3 weeks ago
Hi, there.
I'm just saying that I'm quite busy this week. So, I'll look at this issue again later. Maybe tomorrow or the day after. I'm so sorry for the inconvenience. But in case you have resolved the issue, maybe you can share your findings here.
My only suggestion for now is maybe you can downgrade the package version to see whether the problem only occurs for the latest version or not. Hope that helps.
OK man, I still not solved the problem! But ill try downgrade and try again, thanks!
Man, one more question. Did you had success redirecting from keycloak right to the app?
Yup, most of the time and my company also using this package in production.
I afraid this issue might only happens on the latest version due to dependecies update. However, please read through the documentation thoroughly so you won't miss any important details.
Which is the version you are using in your Company? Do you know the keycloak version? The problem im having is inside android where the keycloak redirect uses http not https and Android guess its insecure!
If you are using http, you have to allow insecure http connection on your android app. Have you checked out this guide?
The question is that Im not running http, im running https but it is changing to http!
Mmm... I've tried using the example app and it is working fine logging to my keycloak server.
I don't think your issue is a configuration issue, but maybe your keycloak server is behind a firewall that your emulator can't reach. Or you have to double check your input value or something. I'm also not sure, but the last thing I can do to help you is thru a video call.
Man, you're a great guy! Thanks for be so willing to help. Maybe we can make a video call and solve this. How is your schedule?
Add me on Linkedin and we'll discuss there.
I have same problem, on keycloakc redirect back after success login app not receive the code. i review my keycloack credential it is ok.
click in the first icon the message: login failed
click in the second icon the message: No stored state - unable to handle response and the button sign in set disable
@ecolque
Remove android:taskAffinity=""
from your AndroidManifest.xml file.
My keycloak
The error I get after a successful login!
My build gradle
Im using the example aplication and my keycloak its working well! But when it redirects to the app i receive this error!
Could you help me?
My config