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 Dec 14, 2023
1 parent 1617e8c commit ee2c426
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 @@ -79,8 +79,7 @@
}
],
"realmRoles": [
"syncer",
"admin"
"syncer"
]
},
{
Expand Down Expand Up @@ -173,7 +172,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 @@ -231,11 +230,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 ee2c426

Please sign in to comment.