summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-03-10 16:52:52 -0500
committerPatricio Cano <suprnova32@gmail.com>2016-03-10 16:52:52 -0500
commite4237f1fe36e85501b624488cd227a91c6770eb3 (patch)
tree34f189fd4a1c3ed96f406334cddfe8b563aef9fb
parent32ddf092f3ca5cbb9fdb7b7b3754ba61495d0532 (diff)
downloadgitlab-ce-omniauth-saml-upgrade.tar.gz
Consistently use the same hash syntax in the new documentation.omniauth-saml-upgrade
-rw-r--r--doc/integration/saml.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/integration/saml.md b/doc/integration/saml.md
index 1c7c114dbde..b61b7cb9678 100644
--- a/doc/integration/saml.md
+++ b/doc/integration/saml.md
@@ -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
}
```