Closed medjedovicm closed 1 year ago
Fixes #796
There is an issue with redirected login on SAS 9, M8 no longer redirects from /SASLogon/home to the login page.
/SASLogon/home
We changed it to /SASLogon as it seems it provides stable results across SAS versions.
/SASLogon
No PR (that involves a non-trivial code change) should be merged unless all items below are confirmed! If an urgent fix is needed - use a tar file.
sasjs-cli
npm test
sasjs-tests
Currently redirected login tested and works on:
/SASLogon/home is also used in verifySas9Login.spec.ts and verifySasViyaLogin.spec.ts
verifySas9Login.spec.ts
verifySasViyaLogin.spec.ts
Issue
Fixes #796
Intent
There is an issue with redirected login on SAS 9, M8 no longer redirects from
/SASLogon/home
to the login page.Implementation
We changed it to
/SASLogon
as it seems it provides stable results across SAS versions.Checks
No PR (that involves a non-trivial code change) should be merged unless all items below are confirmed! If an urgent fix is needed - use a tar file.
sasjs-cli
unit tests are passing (npm test
).sasjs-tests
are passing. If you want to run it manually (instructions available here).