Skip to content

Commit

Permalink
fix: use the correct name in the protocol mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 15, 2022
1 parent 692addc commit d620123
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ data:
"protocol": "openid-connect",
"protocolMapper": "oidc-audience-mapper",
"config": {
"included.client.audience": "services",
"included.client.audience": "direct",
"id.token.claim": "false",
"access.token.claim": "true"
}
Expand Down

0 comments on commit d620123

Please sign in to comment.