Redirect to url when using the Security Plugin

I have a url:

/admin/accept/yes/35.

The admin handler is under coldbox security rules that redirect to /
login.

I was wondering what the best way is to save the /admin/accept/yes/35
url so that after the user logs in using the login handler, I can
redirect them to it.