From 2db49d9c78d3fbb7fd2f08976e2faba379e1f8cf Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Sun, 19 Jul 2015 22:41:47 +0200 Subject: [PATCH] fixed section markup --- draft-ietf-oauth-introspection.xml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/draft-ietf-oauth-introspection.xml b/draft-ietf-oauth-introspection.xml index 0bb24dc..d4de5df 100644 --- a/draft-ietf-oauth-introspection.xml +++ b/draft-ietf-oauth-introspection.xml @@ -10,7 +10,7 @@ - OAuth 2.0 Token Introspection @@ -249,8 +249,8 @@ OPTIONAL. A JSON string containing a space-separated list of scopes associated with this token, in the - format described in section 3.3 of OAuth - 2.0. + format described in OAuth 2.0 + Section 3.3. OPTIONAL. Client identifier for the OAuth 2.0 client that requested this token. @@ -259,8 +259,8 @@ identifier for the resource owner who authorized this token. OPTIONAL. Type of the token as - defined in section 5.1 of OAuth - 2.0. + defined in OAuth 2.0 Section + 7.1. OPTIONAL. Integer timestamp, measured in the number of seconds since January 1 1970 UTC, indicating when @@ -372,15 +372,15 @@ If the protected resource uses OAuth 2.0 client credentials to authenticate to the introspection endpoint and its credentials are invalid, the authorization server responds with an HTTP 401 - (Unauthorized) as described in section 5.2 of OAuth 2.0 . + (Unauthorized) as described in OAuth 2.0 + Section 5.2. If the protected resource uses an OAuth 2.0 bearer token to authorize its call to the introspection endpoint and the token used for authorization does not contain sufficient privileges or is otherwise invalid for this request, the authorization server responds - with an HTTP 401 code as described in section 3 of OAuth 2.0 Bearer Token Usage. + with an HTTP 401 code as described in OAuth 2.0 + Bearer Token Usage Section 3. Note that a properly formed and authorized query for an inactive or otherwise invalid token (or a token the protected resource is not @@ -817,6 +817,12 @@
[[ To be removed by the RFC Editor. ]] + -12 + + + Updated references to fix IETF tools wonkiness. + + -11