-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxs-security.json
More file actions
42 lines (42 loc) · 1.05 KB
/
xs-security.json
File metadata and controls
42 lines (42 loc) · 1.05 KB
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
{
"xsappname": "s4kit",
"tenant-mode": "dedicated",
"scopes": [
{
"name": "$XSAPPNAME.owner",
"description": "Owner access - full control over organization"
},
{
"name": "$XSAPPNAME.admin",
"description": "Admin access - manage systems and API keys"
},
{
"name": "$XSAPPNAME.developer",
"description": "Developer access - read-only dashboard access"
}
],
"role-templates": [
{
"name": "S4KitOwner",
"description": "Full access to S4Kit organization",
"scope-references": ["$XSAPPNAME.owner"]
},
{
"name": "S4KitAdmin",
"description": "Administrative access to S4Kit",
"scope-references": ["$XSAPPNAME.admin"]
},
{
"name": "S4KitDeveloper",
"description": "Developer read-only access to S4Kit",
"scope-references": ["$XSAPPNAME.developer"]
}
],
"oauth2-configuration": {
"redirect-uris": [
"https://*.cfapps.*.hana.ondemand.com/**",
"http://localhost:3000/**",
"http://localhost:3001/**"
]
}
}