I have an app set up with JWT Authentication and I am attempting to generate a shared link via .NET SDK that allows us to automatically login (not needing to enter credentials after link redirect). The goal is to create a protected gallery that cannot be accessed by the public, but does not require users to login.
Currently, I am able to successfully authenticate and generate the Shared link. When I redirect to the generated url, I am met with this screen: 
Is there anyway to automatically login? Or is there another route/method to accomplish this goal? Viewing folder contents and thumbnails is required.