Skip to content

Commit

Permalink
interchange claims
Browse files Browse the repository at this point in the history
  • Loading branch information
thewahome committed Nov 1, 2023
1 parent c1fa2b6 commit 233429d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function createAccessPermissions(permissions: CollectionPermission[], scopeType:
return {
type,
claims: {
scp: {
roles: {
essential: true,
values: getScopedList(permissions, scopeType)
}
Expand All @@ -81,7 +81,7 @@ function createAccessPermissions(permissions: CollectionPermission[], scopeType:
return {
type,
claims: {
roles: {
scp: {
essential: true,
values: getScopedList(permissions, scopeType)
}
Expand Down

0 comments on commit 233429d

Please sign in to comment.