Skip to content

Commit

Permalink
Need to have at least one correct resource to create authorizationSet…
Browse files Browse the repository at this point in the history
…tings in the keycloak.
  • Loading branch information
ma1uta committed Nov 13, 2024
1 parent b818383 commit 8f2f5dc
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,29 @@
"allowRemoteResourceManagement": false,
"policyEnforcementMode": "ENFORCING",
"resources": [
{
"name": "group.resource.$client-admin-group",
"type": "Group",
"ownerManagedAccess": false,
"attributes": {},
"scopes": [
{
"name": "manage-members"
},
{
"name": "view"
},
{
"name": "manage-membership"
},
{
"name": "view-members"
},
{
"name": "manage"
}
]
},
{
"name": "group.resource.00000000-00000000-00000000-00000000",
"type": "Group",
Expand Down

0 comments on commit 8f2f5dc

Please sign in to comment.