Commit e4237f1f authored by Patricio Cano's avatar Patricio Cano

Consistently use the same hash syntax in the new documentation.

parent 32ddf092
......@@ -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
}
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment