-
Notifications
You must be signed in to change notification settings - Fork 13
/
xs-security.json
57 lines (57 loc) · 1.14 KB
/
xs-security.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"xsappname": "sitregcapm",
"tenant-mode": "dedicated",
"scopes": [
{
"name": "$XSAPPNAME.admin",
"description": "admin"
},
{
"name": "$XSAPPNAME.organizer",
"description": "organizer"
},
{
"name": "$XSAPPNAME.participant",
"description": "participant"
},
{
"name": "$XSAPPNAME.receptionist",
"description": "receptionist"
}
],
"attributes": [],
"role-templates": [
{
"name": "admin",
"description": "generated",
"scope-references": [
"$XSAPPNAME.admin"
],
"attribute-references": []
},
{
"name": "organizer",
"description": "generated",
"scope-references": [
"$XSAPPNAME.organizer"
],
"attribute-references": []
},
{
"name": "participant",
"description": "generated",
"scope-references": [
"$XSAPPNAME.participant"
],
"attribute-references": []
},
{
"name": "receptionist",
"description": "generated",
"scope-references": [
"$XSAPPNAME.receptionist"
],
"attribute-references": []
}
]
}