Files
ilnmors-homelab/docs/issues/affine/260420_android_oidc.md
il cb4d17f99e docs(issues): add the past issues which existed before tracking issues
add crowdsec false positive issues

fix the file name of affine android oidc issues
2026-04-27 19:50:04 +09:00

987 B

Android application OIDC issue

Status

  • Processing

Date

  • 2026-04-20

Version

  • affine server: 0.26.3 (self-hosted)
  • affine application: 0.26.3 (Android)
  • IdP: Authelia:4.39.15

Problem

  • Affine android app cannot authenticate via OIDC
    • IdP authentication succeeds, but the app does not establish a session
    • The app remains on the "Sign In" screen

Reason

  • Affine uses callback deep link affine://authentication
  • For self-hosted instances the deep link carries a 'server' parameter pointing to the correct origin, but android never read it.
  • Issue #12819: No SSO on Android
  • PR #14809

Timeline

  • 2025-06-14: Issue #12819
  • 2026-04-08: PR #14809
  • 2026-04-09: Canary branch merge
  • 2026-04-15: Fork, cherry-pick

Solution

  • Wait for stable release which contains the merge above
  • When the stable version releases, then verify after update