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 Dec 14, 2023
1 parent d14958b commit f3942d6
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 @@ -172,7 +172,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 @@ -183,7 +183,7 @@
"user.attribute": "vault",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "aud"
"claim.name": "amr"
}
}
]
Expand Down Expand Up @@ -234,7 +234,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 @@ -245,7 +245,7 @@
"user.attribute": "vault",
"id.token.claim": "true",
"access.token.claim": "true",
"claim.name": "aud"
"claim.name": "amr"
}
}
]
Expand Down

0 comments on commit f3942d6

Please sign in to comment.