Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbrady91 authored Jul 2, 2021
1 parent cf6d793 commit d8a1cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ Exchanged token payload, requested by "api1" to talk to "api2", on behalf of "ap
```json
{
"iss": "http://localhost",
"sub": "123xyz", // still acting on behalf of the original user
"client_id": "app", // still acting on behalf of the original client app
"sub": "123xyz",
"client_id": "app",
"aud": "api2",
"scope": [
"api2"
Expand Down

0 comments on commit d8a1cfa

Please # to comment.