0

I am using ruby-openid, can I change the return URL to something other than the default (current action)?

(Using rails 4)

transient_loop
  • 5,984
  • 15
  • 58
  • 117

1 Answers1

0

You are probably looking for the return_to option:

http://rubydoc.info/github/openid/ruby-openid/OpenID/Consumer/CheckIDRequest#redirect_url-instance_method

Patrick Oscity
  • 53,604
  • 17
  • 144
  • 168