Skip to content

Commit

Permalink
Fixes 19 dec (#99)
Browse files Browse the repository at this point in the history
* RFC -> Internet Draft

* Fix typo header -> server
  • Loading branch information
michielbdejong authored Dec 19, 2024
1 parent bce53a1 commit 53674a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phase-3/spec/draft-vandermeulen-oauth-resource-helper-00.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<abstract>
<t>
This RFC introduces the concept of a Resource Helper in OAuth 2.0.
This Internet Draft introduces the concept of a Resource Helper in OAuth 2.0.
A Resource Helper is a modular component that assists the Authorization Server in managing fine-grained authorization processes.
The Resource Helper, associated with a specific Resource Server, handles scope selection and resource-specific details,
providing the user-interface for the Resource Owner to approve or refine access requests.
Expand Down Expand Up @@ -232,7 +232,7 @@
<t>
The resource helper can optionally make a HTTP call to the Subject Info endpoint of the authorization server,
with the nonce from the pick request in the query parameter to obtain more information about the end user.
Apart from checking the value of the nonce query parameter, the authorization header SHOULD check the Authorization
Apart from checking the value of the nonce query parameter, the authorization server SHOULD check the Authorization
header to establish authentication of the resource helper before responding with any restricted information.
Example request:
</t>
Expand Down

0 comments on commit 53674a0

Please sign in to comment.