-
Notifications
You must be signed in to change notification settings - Fork 964
Open
Labels
Description
Checklist:
- [ x] I am using the latest release
- [x ] I searched for existing GitHub issues
- [ x] I read the documentation
- [ x] I verified the client configuration matches the information in the identity provider (or I am using dynamic client registration)
- [ x] I am either using a custom URI scheme or
https
with App Links for client redirect. - I can reproduce the issue in the demo app (optional)
Configuration
- Version: 0.X.Y
- Integration: (native(Java/Kotlin))
- Identity provider: (KeyCloack)
Issue Description
Hello everyone,
I’m encountering a strange issue with my Android app. I have a service running in the app. When I launch the app without starting this service, everything works perfectly — including AppAuth token refresh and API calls.
However, as soon as I start the service using Service.start(), all requests (e.g., token refresh) fail silently, without any logs or errors.
The service is currently declared with android:isolatedProcess="false". If I change it to android:isolatedProcess="true", everything starts working again.
Unfortunately, I need the service to run without isolation.
Has anyone encountered a similar issue?
Best regards,