Skip to content

Commit 282659c

Browse files
committed
add proposal for adding the dest to federation auth headers
1 parent fa479af commit 282659c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# MSC3383: Include destination in X-Matrix Auth Header
2+
3+
Currently, a federation request can't be validated mid-flight without talking to
4+
both the originating server and the destination server. The originating server
5+
needs to be asked for it's key, and the destination server for it's
6+
`server_name`, because the `Host` header does not necessarily contain the
7+
`server_name` of the destination server, if the delegation via `.well-known` is
8+
being used.
9+
10+
## Proposal
11+
12+
## Potential issues
13+
14+
## Alternatives
15+
16+
## Security considerations
17+
18+
## Unstable prefix
19+

0 commit comments

Comments
 (0)