Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Feb 6, 2024
1 parent e78e647 commit d0862ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-parecki-oauth-cross-domain-authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Notes:

The Requesting Application makes an access token request to the Resource Application's token endpoint using the previously obtained JWT authorization grant as a JWT Assertion {{RFC7523}}.

* `grant_type=urn:ietf:params:oauth:grant-type:jwt-authorization-grant`
* `grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer`
* `assertion` - The JWT authorization grant obtained in the previous step
* Client Authentication - the client authenticates with its credentials as registered with the Resource Application's authorization server

Expand All @@ -250,7 +250,7 @@ For example:
Host: acme.chat.app
Authorization: Basic yZS1yYW5kb20tc2VjcmV0v3JOkF0XG5Qx2

grant_type=urn:ietf:params:oauth:grant-type:jwt-authorization-grant
grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
assertion=eyJhbGciOiJIUzI1NiIsI...


Expand Down

0 comments on commit d0862ee

Please sign in to comment.