-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxs-security-dev.json
More file actions
32 lines (32 loc) · 873 Bytes
/
xs-security-dev.json
File metadata and controls
32 lines (32 loc) · 873 Bytes
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
{
"xsappname": "dox-invoice-validation-dev",
"tenant-mode": "dedicated",
"description": "Security profile of called application",
"scopes": [
{
"name": "$XSAPPNAME.admin",
"description": "Admin"
},
{
"name": "uaa.user",
"description": "UAA"
}
],
"role-templates": [
{
"name": "Administrator",
"description": "generated",
"scope-references": ["$XSAPPNAME.admin"],
"attribute-references": []
},
{
"name": "Token_Exchange",
"description": "UAA",
"scope-references": ["uaa.user"]
}
],
"oauth2-configuration": {
"token-validity": 3600,
"redirect-uris": ["https://*.applicationstudio.cloud.sap/**", "http://localhost:5000/**"]
}
}