-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add proposal for adding the dest to federation auth headers
- Loading branch information
1 parent
fa479af
commit 282659c
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# MSC3383: Include destination in X-Matrix Auth Header | ||
|
||
Currently, a federation request can't be validated mid-flight without talking to | ||
both the originating server and the destination server. The originating server | ||
needs to be asked for it's key, and the destination server for it's | ||
`server_name`, because the `Host` header does not necessarily contain the | ||
`server_name` of the destination server, if the delegation via `.well-known` is | ||
being used. | ||
|
||
## Proposal | ||
|
||
## Potential issues | ||
|
||
## Alternatives | ||
|
||
## Security considerations | ||
|
||
## Unstable prefix | ||
|