diff --git a/docs/spec/auth/oauth.md b/docs/spec/auth/oauth.md index f646f454a..ee08b9921 100644 --- a/docs/spec/auth/oauth.md +++ b/docs/spec/auth/oauth.md @@ -61,7 +61,7 @@ Content-Type: application/x-www-form-urlencoded to be registered with the authorization server but should be set to a meaningful value in order to allow auditing keys created by unregistered clients. Accepted syntax is defined in - [RFC6749 Appendix A.1](https://tools.ietf.org/html/rfc6749#appendix-A.1) + RFC6749 Appendix A.1.
access_type @@ -126,7 +126,7 @@ Content-Type: application/x-www-form-urlencoded
(REQUIRED) The scope granted inside the access token. This may be the same scope as requested or a subset. This requirement is stronger than - specified in [RFC6749 Section 4.2.2](https://tools.ietf.org/html/rfc6749#section-4.2.2) + specified in RFC6749 Section 4.2.2 by strictly requiring the scope in the return value.
@@ -142,7 +142,7 @@ Content-Type: application/x-www-form-urlencoded issued_at
- (Optional) The RFC3339-serialized UTC + (Optional) The RFC3339-serialized UTC standard time at which a given token was issued. If issued_at is omitted, the expiration is from when the token exchange completed.