Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9569492e42 | |||
| 2a7b234f4e | |||
| 621d5310a3 | |||
| 6377a56d95 |
@@ -177,7 +177,7 @@ version:
|
|||||||
vaultwarden: "1.35.4"
|
vaultwarden: "1.35.4"
|
||||||
gitea: "1.25.5"
|
gitea: "1.25.5"
|
||||||
redis: "8.6.1"
|
redis: "8.6.1"
|
||||||
immich: "v2.7.4"
|
immich: "v2.7.5"
|
||||||
actualbudget: "26.3.0"
|
actualbudget: "26.3.0"
|
||||||
paperless: "2.20.13"
|
paperless: "2.20.13"
|
||||||
vikunja: "2.2.2"
|
vikunja: "2.2.2"
|
||||||
|
|||||||
@@ -55,6 +55,8 @@
|
|||||||
no_log: true
|
no_log: true
|
||||||
|
|
||||||
- name: Initiate ldap (When = false, If DB data does not exist in postgresql, activate this block)
|
- name: Initiate ldap (When = false, If DB data does not exist in postgresql, activate this block)
|
||||||
|
# The reason why this task doesn't use the way to check ".init" file is this tasks can override original database.
|
||||||
|
# Absent of ".init" file cannot guarantee DB is empty.
|
||||||
when: false
|
when: false
|
||||||
become: true
|
become: true
|
||||||
block:
|
block:
|
||||||
|
|||||||
33
docs/issues/affine/250420_android_oidc.md
Normal file
33
docs/issues/affine/250420_android_oidc.md
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
# 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](https://github.com/toeverything/AFFiNE/issues/12819)
|
||||||
|
- [PR #14809](https://github.com/toeverything/AFFiNE/pull/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
|
||||||
@@ -117,6 +117,5 @@ Environment="AFFINE_SERVER_HTTPS=true"
|
|||||||
|
|
||||||
#### Flags
|
#### Flags
|
||||||
|
|
||||||
- [ ] Whether allow guest users to create demo workspaces
|
- [x] Whether allow guest users to create demo workspaces
|
||||||
- save
|
- save
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user