Class: Ddr::Auth::FailureApp
- Inherits:
-
Devise::FailureApp
- Object
- Devise::FailureApp
- Ddr::Auth::FailureApp
- Defined in:
- lib/ddr/auth/failure_app.rb
Instance Method Summary collapse
Instance Method Details
#respond ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/ddr/auth/failure_app.rb', line 5 def respond if scope == :user && Ddr::Auth.require_shib_user_authn store_location! redirect_to (:shibboleth) else super end end |