final state of exercise 4

This commit is contained in:
d045778
2019-09-23 13:45:43 +02:00
parent 00f118deed
commit b5684841e6
7 changed files with 399 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"welcomeFile": "/index.html",
"authenticationMethod": "none",
"logout": {
"logoutEndpoint": "/do/logout"
},
"routes": [
{
"source": "^/catalog/(.*)$",
"target": "$1",
"destination": "srv-api",
"csrfProtection": false,
"authenticationType": "none"
},
{
"source": "^(.*)$",
"target": "$1",
"service": "html5-apps-repo-rt",
"authenticationType": "xsuaa"
}
]
}