Dear experts,
I have a case where I need to display some Visual Analytics reports in a third party portal (through iframe).
End users login on the third party portal and they expect to see their reports, which means that SAS Viya will need to identify also the user that has signed in. To my understanding this requires that the third party portal will have to send the appropriate request to SAS Viya to automate user login (as we do not want the user to have to enter credentials once again for SAS Viya) and then request the relevant report to be displayed through iframe. Since the user is logged in SAS Viya then the report that will be displayed (through iframe) will be relevant for that user (i.e. row level security).
I have tried to pass user access token (I followed the process of registering a client, requesting access and refresh tokens, etc) on the URL that is used in the iframe to fetch the report but I get unathorized access by SAS Viya. Is there a guideline document I could read to get me through this? Or any other way apart from iframes?
Thanks in advance for your support.