BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
fc567da4
Commit
fc567da4
authored
Feb 24, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'issue-28653-2' into 'master'
Use persistent name identifier instead of transient in SAML2 documentation Closes #28653 See merge request !9504
parents
f40403cc
510cd931
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
saml.md
doc/integration/saml.md
+5
-5
No files found.
doc/integration/saml.md
View file @
fc567da4
...
...
@@ -74,7 +74,7 @@ in your SAML IdP:
idp_cert_fingerprint: '43:51:43:a1:b5:fc:8b:b7:0a:3a:a9:b1:0f:66:73:a8',
idp_sso_target_url: 'https://login.example.com/idp',
issuer: 'https://gitlab.example.com',
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:
transi
ent'
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:
persist
ent'
},
label: 'Company Login' # optional label for SAML login button, defaults to "Saml"
}
...
...
@@ -91,7 +91,7 @@ in your SAML IdP:
idp_cert_fingerprint: '43:51:43:a1:b5:fc:8b:b7:0a:3a:a9:b1:0f:66:73:a8',
idp_sso_target_url: 'https://login.example.com/idp',
issuer: 'https://gitlab.example.com',
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:
transi
ent'
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:
persist
ent'
},
label: 'Company Login' # optional label for SAML login button, defaults to "Saml"
}
...
...
@@ -172,7 +172,7 @@ tell GitLab which groups are external via the `external_groups:` element:
idp_cert_fingerprint: '43:51:43:a1:b5:fc:8b:b7:0a:3a:a9:b1:0f:66:73:a8',
idp_sso_target_url: 'https://login.example.com/idp',
issuer: 'https://gitlab.example.com',
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:
transi
ent'
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:
persist
ent'
} }
```
...
...
@@ -227,7 +227,7 @@ args: {
idp_cert_fingerprint: '43:51:43:a1:b5:fc:8b:b7:0a:3a:a9:b1:0f:66:73:a8',
idp_sso_target_url: 'https://login.example.com/idp',
issuer: 'https://gitlab.example.com',
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:
transi
ent',
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:
persist
ent',
attribute_statements: { email:
[
'EmailAddress'
]
}
}
```
...
...
@@ -245,7 +245,7 @@ args: {
idp_cert_fingerprint: '43:51:43:a1:b5:fc:8b:b7:0a:3a:a9:b1:0f:66:73:a8',
idp_sso_target_url: 'https://login.example.com/idp',
issuer: 'https://gitlab.example.com',
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:
transi
ent',
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:
persist
ent',
attribute_statements: { email:
[
'EmailAddress'
]
},
allowed_clock_drift: 1 # for one second clock drift
}
...
...
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