2nd time here. The 1st time I was instructed to reach out to Okta Support for a ticket but Okta Support mentioned that they work with issues, not development of code. Regardless of this, the person was able to point me to some Okta literature which help me understand what I want to do.
My company uses an online service to manage data and reports. Within this service I have custom reports which I can download directly from the URL by building an URL for the request. If I open a browser and paste this URL, the browser will download per local settings or prompt me for a location. If I try to do the same from a C# WebClient I download a file with Okta information must likely because I have not been Authenticate for the request. I have seen examples of how to redirect to an app by using the Okta Session Token obtained with Primary Auth request.
Is there a way to redirect to the download URL by using a Session Token?
All I am trying to do is redirect to the download url and bypass Okta signin. The App Use to download the files authenticate user using Okta I believe SAML 2.0.
I am trying to build a url which will tell okta to redirect to the download url without asking for user information. I can ask for user credentials before hand or hard code my own and use the API to get any Session Tokens/Cookies needed.