Consistently use the same hash syntax in the new documentation.
This commit is contained in:
parent
32ddf092f3
commit
e4237f1fe3
1 changed files with 2 additions and 2 deletions
|
@ -160,7 +160,7 @@ args: {
|
||||||
idp_sso_target_url: 'https://login.example.com/idp',
|
idp_sso_target_url: 'https://login.example.com/idp',
|
||||||
issuer: 'https://gitlab.example.com',
|
issuer: 'https://gitlab.example.com',
|
||||||
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient',
|
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',
|
idp_sso_target_url: 'https://login.example.com/idp',
|
||||||
issuer: 'https://gitlab.example.com',
|
issuer: 'https://gitlab.example.com',
|
||||||
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient',
|
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
|
allowed_clock_drift: 1 # for one second clock drift
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue