auth changes

This commit is contained in:
Johannes Vogt
2025-03-21 16:54:24 +01:00
parent 39335c8c9b
commit 89307140ad
5 changed files with 47 additions and 5 deletions

View File

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