Hi, I have an interesting requirement...
I have directory that is currently CUG protected, meaning only certain user groups can access after authenticating. We have a new requirement where they would like to bypass the authentication if a vetted user clicks on the link (from an email).
So, for example, /content/dam/locked_assets/xyz.pdf (CUG protected at the folder level "locked_assets")
If someone goes to www.awebsite.com/content/dam/locked_assets/xyz.pdf, it should redirect to login, but
if you go to www.awebsite.com/content/dam/locked_assets/xyz.pdf?hasAccess=true, it should bypass login.
It doesn't necessarily have to be a request parameter, but any other solution I'd be open to.
Thanks in advance!