summaryrefslogtreecommitdiff
path: root/doc/integration/saml.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-27 06:06:40 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-27 06:06:40 +0000
commit688e33953d34ab8cd348d02ce79d8fdfe5353a03 (patch)
treeee102361fc8a5bf5b2f4b05ca79ccef27b5c3102 /doc/integration/saml.md
parent91f027ede40879af0bce406f2872e8d35c01e334 (diff)
downloadgitlab-ce-688e33953d34ab8cd348d02ce79d8fdfe5353a03.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/saml.md')
-rw-r--r--doc/integration/saml.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/saml.md b/doc/integration/saml.md
index 099cab0f5b8..a667c2e84c9 100644
--- a/doc/integration/saml.md
+++ b/doc/integration/saml.md
@@ -541,7 +541,7 @@ args: {
}
```
-GitLab will sign the request with the provided private key. GitLab will include the configured public x500 certificate in the metadata for your Identity Provider to validate the signature of the received request with. For more information on this option, see the [ruby-saml gem documentation](https://github.com/onelogin/ruby-saml/tree/v1.7.0). The `ruby-saml` gem is used by the [omniauth-saml gem](https://github.com/omniauth/omniauth-saml) to implement the client side of the SAML authentication.
+GitLab will sign the request with the provided private key. GitLab will include the configured public x500 certificate in the metadata for your Identity Provider to validate the signature of the received request with. For more information on this option, see the [Ruby SAML gem documentation](https://github.com/onelogin/ruby-saml/tree/v1.7.0). The Ruby SAML gem is used by the [OmniAuth SAML gem](https://github.com/omniauth/omniauth-saml) to implement the client side of the SAML authentication.
## Troubleshooting