Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update _includes/parse-server/third-party-auth.md
Co-Authored-By: Tom Fox <[email protected]>
  • Loading branch information
rhuanbarreto and TomWFox authored Jan 30, 2020
commit b062820f7493bbd909f21b8e2b7fe7eb40a6d60e
2 changes: 1 addition & 1 deletion _includes/parse-server/third-party-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Google oauth supports validation of id_token's and access_token's.
```js
{
"keycloak": {
"access_token": "access token you got from keycloak JS client authentication",
"access_token": "access token from keycloak JS client authentication",
"id": "the id retrieved from client authentication in Keycloak",
"roles": ["the roles retrieved from client authentication in Keycloak"],
"groups": ["the groups retrieved from client authentication in Keycloak"]
Expand Down