mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
Consistently use the same hash syntax in the new documentation.
This commit is contained in:
@@ -160,7 +160,7 @@ args: {
|
||||
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:transient',
|
||||
attribute_statements: { :email => ['EmailAddress'] }
|
||||
attribute_statements: { email: ['EmailAddress'] }
|
||||
}
|
||||
```
|
||||
|
||||
@@ -178,7 +178,7 @@ args: {
|
||||
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:transient',
|
||||
attribute_statements: { :email => ['EmailAddress'] },
|
||||
attribute_statements: { email: ['EmailAddress'] },
|
||||
allowed_clock_drift: 1 # for one second clock drift
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user