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
This commit is contained in:
commit
2947eda52d
1 changed files with 3 additions and 2 deletions
|
@ -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',
|
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'
|
||||||
}
|
},
|
||||||
|
"label" => "Company Login" # optional label for SAML login button, defaults to "Saml"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue