SSO: Changed authUrl

This commit is contained in:
Alexey Safronov 2023-08-31 14:32:47 +04:00
parent 7fc8855825
commit 1e0944b796
2 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@
"baseUrl": "http://localhost", "baseUrl": "http://localhost",
"port": 80, "port": 80,
"ssoUrl": "/ssologin.ashx", "ssoUrl": "/ssologin.ashx",
"authUrl": "/Auth.aspx" "authUrl": "/login"
} }
}, },
"routes": { "routes": {

View File

@ -8,7 +8,7 @@
"logSamlData": false, "logSamlData": false,
"portal": { "portal": {
"ssoUrl": "/ssologin.ashx", "ssoUrl": "/ssologin.ashx",
"authUrl": "/Auth.aspx" "authUrl": "/login"
} }
}, },
"routes": { "routes": {