Skip to content

Commit

Permalink
Use amr claim instead of aud claim for now (#10).
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkins committed Aug 4, 2023
1 parent ed43913 commit 6e0f8cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/src/main/resources/dev-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
}
},
{
"name": "vaults shared with user in aud claim",
"name": "vaults shared with user in amr claim",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
Expand All @@ -152,7 +152,7 @@
"user.attribute": "vault",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "aud"
"claim.name": "amr"
}
}
]
Expand Down Expand Up @@ -206,7 +206,7 @@
}
},
{
"name": "vaults shared with user in aud claim",
"name": "vaults shared with user in amr claim",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
Expand All @@ -217,7 +217,7 @@
"user.attribute": "vault",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "aud"
"claim.name": "amr"
}
}
]
Expand Down

0 comments on commit 6e0f8cb

Please sign in to comment.