identity-idp
identity-idp copied to clipboard
Fix 500 error when handling unsafe redirects
Similar strategy as in #6682, and since this controller does not inherit from ApplicationController
, we can make similar changes.
LGTM! bonus points for a spec
I can add one for this route, but we do have the ApplicationController behavior covered here
LGTM! bonus points for a spec
I can add one for this route, but we do have the ApplicationController behavior covered here
If it's easy, yes! It makes for a good regression case if we ever change/remove that behavior at the base class