Skip to content

Commit 800b769

Browse files
authored
Update README.md
1 parent d32ebb5 commit 800b769

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,7 @@ Open the project in your IDE (like Visual Studio or Visual Studio Code) to confi
149149
Call this web API from your client application. Upon an authorized call, the web API will respond by:
150150

151151
```javascript
152-
res.status(200).json({
153-
'name': req.authInfo['name'],
154-
'issued-by': req.authInfo['iss'],
155-
'issued-for': req.authInfo['aud'],
156-
'scope': req.authInfo['scp']
157-
});
152+
res.status(200).json({'name': req.authInfo['name']});
158153
```
159154

160155
> :information_source: Did the sample not work for you as expected? Then please reach out to us using the [GitHub Issues](../../../../issues) page.

0 commit comments

Comments
 (0)