05-30-2022 03:02 PM
Hi, how do we keep track of the original url that client requested. Currently, I am only able to redirect the client back to the default Deafult.aspx page after MFA authentication. I wanted to know, how can I send them back to the original URL they requested.
The reason I am asking this because in the MFARequest.aspx when the authentication request is sent to Duo security using the following call, then there is no place in it where I can supply the returnURL.
Duo.Web.SignRequest(ikey, skey, akey, userName);
After the above call returns control to MFSResponse.aspx, I need to know the returnURL to redirect response.
Thank you.
Solved! Go to Solution.
05-31-2022 08:50 AM
Nevermind
I got it resolved using the
https://duo.com/docs/duoweb-v2#passing-additional-post-arguments-with-the-signed-response
05-31-2022 08:50 AM
Nevermind
I got it resolved using the
https://duo.com/docs/duoweb-v2#passing-additional-post-arguments-with-the-signed-response
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide