TF-3826 Try guessing webfinger when dns look up fail

This commit is contained in:
DatDang
2025-06-23 15:29:33 +07:00
committed by Dat H. Pham
parent d57b4cdb63
commit c558f89bd7
12 changed files with 357 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
# 66. Robust OIDC Guessing
Date: 2025-06-27
## Status
Accepted
## Context
- The users are forced to manually enter the server url when the app fails to lookup the oidc configuration
## Decision
- The app will try to guess the oidc url based on the email address with common prefixes
- `email.domain`
- `jmap.email.domain`
- `autodiscover.email.domain`
## Consequences
- The oidc discovery is more robust