Files
cloud-cap-samples/xs-security.json
Johannes Vogt 89307140ad auth changes
2025-03-21 16:54:24 +01:00

20 lines
342 B
JSON

{
"scopes": [
{
"name": "$XSAPPNAME.admin",
"description": "admin"
}
],
"attributes": [],
"role-templates": [
{
"name": "admin",
"scope-references": [
"$XSAPPNAME.admin"
],
"description": "cap samples multi-service shared-db"
}
],
"authorities-inheritance": false
}