-
Notifications
You must be signed in to change notification settings - Fork 26
/
xs-security.json
38 lines (38 loc) · 969 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
{
"xsappname": "capui5gptchat-router",
"tenant-mode": "dedicated",
"scopes": [
{
"name": "$XSAPPNAME.human",
"description": "Human"
}
],
"attributes": [],
"role-templates": [
{
"name": "HumanRT",
"description": "generated",
"scope-references": [
"$XSAPPNAME.human"
],
"attribute-references": []
}
],
"role-collections": [
{
"description": "Chat with an AI in a ChatGPT-like App as a Human",
"name": "ChatGPT-like App Human",
"role-template-references": [
"$XSAPPNAME.HumanRT"
]
}
],
"oauth2-configuration": {
"redirect-uris": [
"https://localhost:5000/**",
"http://localhost:5000/**",
"https://*.hana.ondemand.com/**",
"https://*.cloud.sap/**"
]
}
}