Skip to content
Snippets Groups Projects
Commit 39a0163f authored by Diana Stanley's avatar Diana Stanley
Browse files

Update saml troubleshooting to reflect new behavior in rails 5

parent 14f8b9ea
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -585,7 +585,7 @@ the CSRF check.
 
To bypass this you can add `skip_before_action :verify_authenticity_token` to the
`omniauth_callbacks_controller.rb` file immediately after the `class` line and
comment out the `protect_from_forgery` line using a `#`. Restart Unicorn for this
comment out the `protect_from_forgery` line using a `#`. Restart Unicorn for this
change to take effect. This will allow the error to hit GitLab, where it can then
be seen in the usual logs, or as a flash message on the login screen.
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment