sassoftware / python-sasctl

Python package and CLI for user-friendly integration with SAS Viya
https://sassoftware.github.io/python-sasctl
Apache License 2.0
45 stars 40 forks source link

Fixes to Sessions created via swat.CAS object #173

Closed mjerick25 closed 1 year ago

mjerick25 commented 1 year ago

Fixed two issues related to Session objects created via a swat.CAS object.

1) Domain is now retrieved via the swat.CAS object by default. The httpAddress.virtualAddress can sometimes point towards an internal address, instead of a reachable domain. 2) Added a check for SWAT connections authenticated via an access token.