sasjs / adapter

An adapter for bidirectional SAS® <-> Javascript communication
https://adapter.sasjs.io
MIT License
39 stars 3 forks source link

fix: sas9 m8 redirected login #798

Closed medjedovicm closed 1 year ago

medjedovicm commented 1 year ago

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.

medjedovicm commented 1 year ago

Currently redirected login tested and works on:

YuryShkoda commented 1 year ago

/SASLogon/home is also used in verifySas9Login.spec.ts and verifySasViyaLogin.spec.ts