Commit 2947eda5 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'custom-saml-button-label' into 'master'

add details on how to change saml button label

Instructions on how to customize SAML login button text.

See merge request !2079
parents e8d35ea1 e6e27f03
......@@ -38,7 +38,8 @@ First configure SAML 2.0 support in GitLab, then register the GitLab application
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'
}
},
"label" => "Company Login" # optional label for SAML login button, defaults to "Saml"
}
]
```
......
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