pdm annotations

This commit is contained in:
Wolfgang Koch
2021-02-24 17:35:56 +01:00
parent 92b69f3825
commit 6d317b0266
9 changed files with 617 additions and 4 deletions

13
gdpr/xs-security.json Normal file
View File

@@ -0,0 +1,13 @@
{
"xsappname": "gdpr-bookshop",
"tenant-mode": "shared",
"scopes": [
{
"name": "$XSAPPNAME.PersonalDataManagerUser",
"description": "Authority for Personal Data Manager",
"grant-as-authority-to-apps": [
"$XSSERVICENAME(pdm)"
]
}
]
}