File tree 2 files changed +18
-1
lines changed
managed-html5-runtime-fiori-launchpad-mta
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 2
2
"welcomeFile" : " /index.html" ,
3
3
"authenticationMethod" : " route" ,
4
4
"routes" : [
5
+ {
6
+ "source" : " ^/user-api(.*)" ,
7
+ "target" : " $1" ,
8
+ "service" : " sap-approuter-userapi"
9
+ },
5
10
{
6
11
"authenticationType" : " none" ,
7
12
"csrfProtection" : false ,
Original file line number Diff line number Diff line change 1
1
{
2
- "xsappname" : " managed_fiori_app " ,
2
+ "xsappname" : " managed-fiori-uaa " ,
3
3
"tenant-mode" : " dedicated" ,
4
4
"description" : " Security profile of called application" ,
5
5
"scopes" : [
6
6
{
7
7
"name" : " uaa.user" ,
8
8
"description" : " UAA"
9
+ },
10
+ {
11
+ "name" : " $XSAPPNAME.CustomRole" ,
12
+ "description" : " Admin"
9
13
}
10
14
],
11
15
"role-templates" : [
15
19
"scope-references" : [
16
20
" uaa.user"
17
21
]
22
+ },
23
+ {
24
+ "name" : " CustomRole" ,
25
+ "description" : " generated" ,
26
+ "scope-references" : [
27
+ " $XSAPPNAME.CustomRole"
28
+ ],
29
+ "attribute-references" : []
18
30
}
19
31
]
20
32
}
You can’t perform that action at this time.
0 commit comments