Skip to content

Commit 70f017c

Browse files
committed
Put the links at the end of the file
1 parent 55433db commit 70f017c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

proposals/2966-oauth2-dynamic-registration.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# MSC2966: Usage of OAuth 2.0 Dynamic Client Registration in Matrix
22

3-
This proposal is part of the broader [MSC3861: Next-generation auth for Matrix, based on OAuth 2.0/OIDC](https://github.com/matrix-org/matrix-spec-proposals/pull/3861).
3+
This proposal is part of the broader [MSC3861: Next-generation auth for Matrix, based on OAuth 2.0/OIDC][MSC3861].
44

55
This MSC specifies how Matrix clients SHOULD leverage the OAuth 2.0 Dynamic Client Registration Protocol ([RFC 7591](https://tools.ietf.org/html/rfc7591)) to register themselves before initiating an authorization flow.
66

7-
In brief, once a client has obtained the homeserver's OAuth 2.0 metadata per [MSC2965](https://github.com/matrix-org/matrix-spec-proposals/pull/2965), and before it can initiate an authorization request per [MSC2964](https://github.com/matrix-org/matrix-spec-proposals/pull/2964), the client needs a `client_id`, which it can obtain by registering itself with that homeserver.
7+
In brief, once a client has obtained the homeserver's OAuth 2.0 metadata per [MSC2965], and before it can initiate an authorization request per [MSC2964], the client needs a `client_id`, which it can obtain by registering itself with that homeserver.
88

99
## Proposal
1010

@@ -14,7 +14,7 @@ This proposal requires the client to know the following authorization server met
1414

1515
- `registration_endpoint`: the URL where the client is able to register itself.
1616

17-
The discovery of the above metadata is out of scope for this MSC and is currently covered by [MSC2965](https://github.com/matrix-org/matrix-doc/pull/2965).
17+
The discovery of the above metadata is out of scope for this MSC and is currently covered by [MSC2965].
1818

1919
### Client metadata
2020

@@ -260,3 +260,5 @@ None relevant.
260260
[RFC7592]: https://tools.ietf.org/html/rfc7592
261261
[RFC9126]: https://tools.ietf.org/html/rfc9126
262262
[MSC2964]: https://github.com/matrix-org/matrix-spec-proposals/pull/2964
263+
[MSC2965]: https://github.com/matrix-org/matrix-spec-proposals/pull/2965
264+
[MSC3861]: https://github.com/matrix-org/matrix-spec-proposals/pull/3861

0 commit comments

Comments
 (0)