TF-3826 Try guessing webfinger when dns look up fail
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user