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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
c48992be
Commit
c48992be
authored
Mar 26, 2018
by
Ben Bodenmiller
Committed by
Achilleas Pipinellis
Mar 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add SHA1 fingerprint requirement
parent
545d52ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
doc/integration/saml.md
doc/integration/saml.md
+4
-2
No files found.
doc/integration/saml.md
View file @
c48992be
...
...
@@ -102,9 +102,10 @@ in your SAML IdP:
installation to generate the correct value).
1.
Change the values of
`idp_cert_fingerprint`
,
`idp_sso_target_url`
,
`name_identifier_format`
to match your IdP. Check
`name_identifier_format`
to match your IdP. If a fingerprint is used it must
be a SHA1 fingerprint; check
[
the omniauth-saml documentation
](
https://github.com/omniauth/omniauth-saml
)
for details on these options.
for
more
details on these options.
1.
Change the value of
`issuer`
to a unique name, which will identify the application
to the IdP.
...
...
@@ -311,6 +312,7 @@ need to be validated using a fingerprint, a certificate or a validator.
For this you need take the following into account:
-
If a fingerprint is used, it must be the SHA1 fingerprint
-
If no certificate is provided in the settings, a fingerprint or fingerprint
validator needs to be provided and the response from the server must contain
a certificate (
`<ds:KeyInfo><ds:X509Data><ds:X509Certificate>`
)
...
...
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