Advertisement
Cristian-Paolini

xs-app

Jul 26th, 2022 (edited)
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.78 KB | None | 0 0
  1. {
  2.  
  3.   "welcomeFile": "/index.html",
  4.  
  5.   "authenticationMethod": "route",
  6.  
  7.   "routes": [
  8.  
  9.     {
  10.  
  11.       "source": "^/sap/(.*)$",
  12.  
  13.       "target": "/sap/$1",
  14.  
  15.       "destination": "HB4_BACKEND_SAP_AEZ",
  16.  
  17.       "authenticationType": "xsuaa",
  18.  
  19.       "csrfProtection": false
  20.  
  21.     },
  22.  
  23.     {
  24.  
  25.       "source": "^/resources/(.*)$",
  26.  
  27.       "target": "/resources/$1",
  28.  
  29.       "authenticationType": "none",
  30.  
  31.       "destination": "ui5"
  32.  
  33.     },
  34.  
  35.     {
  36.  
  37.       "source": "^/test-resources/(.*)$",
  38.  
  39.       "target": "/test-resources/$1",
  40.  
  41.       "authenticationType": "none",
  42.  
  43.       "destination": "ui5"
  44.  
  45.     },
  46.  
  47.     {
  48.  
  49.       "source": "^(.*)$",
  50.  
  51.       "target": "$1",
  52.  
  53.       "service": "html5-apps-repo-rt",
  54.  
  55.       "authenticationType": "xsuaa"
  56.  
  57.     }
  58.  
  59.   ]
  60.  
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement