Skip to content

Commit 923c547

Browse files
committed
test dynamicIdentityProvider with basic auth
1 parent 2c7f8f8 commit 923c547

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

approuter/xs-app.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@
5151
"target": "/sap/$1",
5252
"destination": "SAP_ABAP_BACKEND"
5353
},
54+
{
55+
"source": "^/sap_basic_auth_dyn_idp/(.*)$",
56+
"target": "/sap/$1",
57+
"authenticationType": "basic",
58+
"dynamicIdentityProvider": true,
59+
"destination": "SAP_ABAP_BACKEND"
60+
},
5461
{
5562
"source": "^/sap_basic_auth/(.*)$",
5663
"target": "/sap/$1",

0 commit comments

Comments
 (0)