Merge pull request #512 from xueshanf/patch-1

Removed an extra 'label:" in saml configuration
This commit is contained in:
Sameer Naik 2015-11-26 09:38:37 +05:30
commit 55a70bc717

View File

@ -306,7 +306,7 @@ production: &base
app_id: '{{OAUTH_TWITTER_API_KEY}}',
app_secret: '{{OAUTH_TWITTER_APP_SECRET}}' }
- { name: 'saml',
label: label: '{{OAUTH_SAML_LABEL}}',
label: '{{OAUTH_SAML_LABEL}}',
args: {
assertion_consumer_service_url: '{{OAUTH_SAML_ASSERTION_CONSUMER_SERVICE_URL}}',
idp_cert_fingerprint: '{{OAUTH_SAML_IDP_CERT_FINGERPRINT}}',