summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Penna <mpenna@gitlab.com>2019-09-06 01:38:14 +0000
committerMatt Penna <mpenna@gitlab.com>2019-09-06 01:38:14 +0000
commit12f21ba4c85f67d55c305e0e5070d67d48ffb9b8 (patch)
tree199df7b748b246eb9a12d1b1bf161feb8bf64e9f
parent117267779e122ee7bd3aaa0bef5189de0000dbf9 (diff)
downloadgitlab-ce-docs-add-sign-encrypt-saml-blunceford.tar.gz
Apply suggestion to doc/integration/saml.mddocs-add-sign-encrypt-saml-blunceford
-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 368c6b12606..34f37dfddeb 100644
--- a/doc/integration/saml.md
+++ b/doc/integration/saml.md
@@ -481,7 +481,7 @@ args: {
Your Identity Provider will encrypt the assertion with the public certificate of GitLab. GitLab will decrypt the EncryptedAssertion with its private key.
->**Note:**
+NOTE: **Note:**
This integration uses the `certificate` and `private_key` settings for both the sign and encrypt/decrypt processes.
## Troubleshooting