Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Richer committed Apr 10, 2014
1 parent 62a94e4 commit 4ab2408
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions draft-ietf-oauth-dyn-reg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -681,10 +681,10 @@
registration endpoint.</t>

<t>To allow the registrant to manage the client's information, the
client registration endpoint issues a request access token as an <xref
target="RFC6750">OAuth 2.0 Bearer Token</xref> to securely authorize
calls to the <xref target="AccessEndpoint">client configuration
endpoint</xref>.</t>
client registration endpoint issues a registration access token as an
<xref target="RFC6750">OAuth 2.0 Bearer Token</xref> to securely
authorize calls to the <xref target="ClientConfigurationEndpoint">client
configuration endpoint</xref>.</t>

<t>The client registration endpoint MUST ignore all parameters it does
not understand.</t>
Expand Down Expand Up @@ -792,7 +792,8 @@ Host: server.example.com
</section>
</section>

<section anchor="AccessEndpoint" title="Client Configuration Endpoint">
<section anchor="ClientConfigurationEndpoint"
title="Client Configuration Endpoint">
<t>The client configuration endpoint is an OAuth 2.0 protected resource
that is provisioned by the server to facilitate viewing, updating, and
deleting a client's registered information. The location of this
Expand Down

0 comments on commit 4ab2408

Please sign in to comment.