Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
39a0163f
Commit
39a0163f
authored
Jun 30, 2020
by
Diana Stanley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update saml troubleshooting to reflect new behavior in rails 5
parent
14f8b9ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/integration/saml.md
doc/integration/saml.md
+1
-1
No files found.
doc/integration/saml.md
View file @
39a0163f
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment