forked from SAP-samples/btp-build-resilient-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxs-security.json
41 lines (41 loc) · 957 Bytes
/
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
{
"xsappname": "BusinessPartnerVerification",
"tenant-mode": "dedicated",
"scopes": [
{
"name": "$XSAPPNAME.BPAdmin",
"description": "BPAdmin"
},
{
"name": "uaa.user",
"description": "UAA"
}
],
"attributes": [],
"role-templates": [
{
"name": "BPAdmin",
"description": "BP Admin",
"scope-references": [
"$XSAPPNAME.BPAdmin"
],
"attribute-references": []
},
{
"name": "Token_Exchange",
"description": "UAA",
"scope-references": [
"uaa.user"
]
}
],
"role-collections": [
{
"name": "BPAdmin",
"description": "Business Partner Admin",
"role-template-references": [
"$XSAPPNAME.BPAdmin"
]
}
]
}