Skip to content

Commit

Permalink
Remove admin role for syncer (#10).
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkins committed Aug 4, 2023
1 parent 0b7af08 commit 8278614
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions backend/src/main/resources/dev-realm.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@
}
],
"realmRoles": [
"syncer",
"admin"
"syncer"
]
},
{
Expand Down Expand Up @@ -159,7 +158,7 @@
}
},
{
"name": "minio-policy-mapper",
"name": "vaults shared with user in aud claim",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
Expand Down Expand Up @@ -220,11 +219,11 @@
"claim.name": "resource_access.${client_id}.roles",
"jsonType.label": "String",
"multivalued": "true",
"usermodel.clientRoleMapping.clientId": "cryptomatorhub"
"usermodel.clientRoleMapping.clientId": "cryptomator"
}
},
{
"name": "minio-policy-mapper",
"name": "vaults shared with user in aud claim",
"protocol": "openid-connect",
"protocolMapper": "oidc-usermodel-attribute-mapper",
"consentRequired": false,
Expand Down

0 comments on commit 8278614

Please sign in to comment.