saml_login does not use the 'next' parameter
EricHigdon opened this issue · comments
Eric Higdon commented
Am I missing a way to redirect the user back to the page they were attempting to access? Django adds a ?next parameter when redirecting to the login page. Perhaps views.saml_login should check for that parameter in the GET data and use the value as return_to when calling auth.login? Pull request #22
Julie Davila commented
I agree