Skip to content

Commit

Permalink
Merge commit '09978db53e5df5273060c1743b3f2a8e70ed2bb3'
Browse files Browse the repository at this point in the history
* commit '09978db53e5df5273060c1743b3f2a8e70ed2bb3':
  Small fix to re-complete #170
  Small fix to re-complete #175
  • Loading branch information
mmachulak committed Aug 27, 2015
2 parents dda9e55 + 09978db commit d91984d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions draft-uma-core-v1_0_1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ Host: photoz.example.com
with the authorization server that would suffice for the access
attempt (see <xref target="h-am-register-permission"></xref>), and
receives a permission ticket back in response.</t>

<t>If the client does not present an RPT with the request, the
resource server uses the protection API to register a requested
permission with the authorization server that would suffice for the
Expand Down Expand Up @@ -924,9 +925,10 @@ KCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwb
registration endpoint to register a requested permission with the
authorization server that would suffice for the client's access
attempt. The authorization server returns a permission ticket for the
resource server to give to the client in its response. The PAT
provided in the API request enables the authorization server to map
the requested permission to the appropriate resource owner.</t>
resource server to give to the client in its response that represents
what the resource server registered. The PAT provided in the API
request enables the authorization server to map the requested
permission to the appropriate resource owner.</t>

<t>Note: The resource server is free to choose the extent of the
requested permission that it registers, as long as it minimally
Expand Down Expand Up @@ -1110,9 +1112,10 @@ Content-Type: application/json
as protected.</t>

<t hangText="scopes">REQUIRED. An array referencing one or more
URIs of scopes to which access was granted for this resource
set. Each scope MUST correspond to a scope that was registered
by this resource server for the referenced resource set.</t>
strings represesnting scopes to which access was granted for
this resource set. Each string MUST correspond to a scope that
was registered by this resource server for the referenced
resource set.</t>

<t hangText="exp">OPTIONAL. Integer timestamp, measured in the
number of seconds since January 1 1970 UTC, indicating when this
Expand Down

0 comments on commit d91984d

Please sign in to comment.