Skip to content

Commit d8a1cfa

Browse files
authored
Update README.md
1 parent cf6d793 commit d8a1cfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Exchanged token payload, requested by "api1" to talk to "api2", on behalf of "ap
110110
```json
111111
{
112112
"iss": "http://localhost",
113-
"sub": "123xyz", // still acting on behalf of the original user
114-
"client_id": "app", // still acting on behalf of the original client app
113+
"sub": "123xyz",
114+
"client_id": "app",
115115
"aud": "api2",
116116
"scope": [
117117
"api2"

0 commit comments

Comments
 (0)