Hi, I am developing a ASP.Net webforms application using .Net Framework 4.5.2 and C#. I have a web page where a list of SAS reports are displayed. I was provided a access token to access the SAS Viya. How can I pass the the token to the report. Below is the sample report. There might be several other reports like below. I want to avoid the SAS Logon page and open the report. Since I need to use interactive UI, I cannot use the SAS REST API. https://sasviya.test.com/SASJobExecution/?_program=/Projects/MyOrg/ExpenseReport Any suggestions are welcome.
... View more