Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions draft-ietf-oauth-v2-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ Transport-Layer Security {{RFC8446}},
to protect the exchange of clear-text credentials and tokens
either in the content or in header fields
from eavesdropping which enables replay
(e.g., see {{client-secret}}, {{authorization_codes}} and {{token-endpoint}}), and {{bearer-tokens}}).
(e.g., see {{client-secret}}, {{authorization_codes}}, {{token-endpoint}}, and {{bearer-tokens}}).

All the OAuth protocol URLs (URLs exposed by the AS, RS and Client) MUST use the `https` scheme
except for loopback interface redirect URIs,
Expand Down Expand Up @@ -1204,7 +1204,7 @@ Cross-Origin Resource Sharing {{WHATWG.CORS}} MUST NOT be
supported at the Authorization Endpoint as the client does not access this
endpoint directly, instead the client redirects the user agent to it.

## Token Endpoint
## Token Endpoint {#token-endpoint}

The token endpoint is used by the client to obtain an access token using
a grant such as those described in {{obtaining-authorization}} and
Expand Down Expand Up @@ -3736,7 +3736,7 @@ The `redirect_uri` element is defined in {{authorization-request}}, and {{code-t
## "error" Syntax {#error-syntax}

The `error` element is defined in Sections {{authorization-code-error-response}}, {{token-error-response}},
7.2, and 8.5:
and {{error-response}}:

error = 1*NQSCHAR

Expand All @@ -3750,7 +3750,7 @@ The `error_description` element is defined in Sections {{authorization-code-erro
## "error_uri" Syntax {#error-uri-syntax}

The `error_uri` element is defined in Sections {{authorization-code-error-response}}, {{token-error-response}},
and 7.2:
and {{error-response}}:

error-uri = URI-reference

Expand Down
Loading