Skip to content
Snippets Groups Projects
Commit e4237f1f authored by Patricio Cano's avatar Patricio Cano
Browse files

Consistently use the same hash syntax in the new documentation.

parent 32ddf092
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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'] }
}
```
 
Loading
Loading
@@ -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
}
```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment