summaryrefslogtreecommitdiff
path: root/doc/integration
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2016-04-06 18:12:25 -0500
committerPatricio Cano <suprnova32@gmail.com>2016-04-06 18:12:25 -0500
commit8110e7530902de8744ff985f08938306e2c38367 (patch)
treebb0d7ee98b40059d51c895ec6d2e5eb6ee35a635 /doc/integration
parenteb0f1de36c6ebf13d86540bb79d7fb07fc3642f0 (diff)
downloadgitlab-ce-8110e7530902de8744ff985f08938306e2c38367.tar.gz
Implemented suggested fixes
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/saml.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/integration/saml.md b/doc/integration/saml.md
index 684f0a5b8c9..8a7205caaa4 100644
--- a/doc/integration/saml.md
+++ b/doc/integration/saml.md
@@ -159,8 +159,7 @@ with the regular SAML response. Here is an example:
The name of the attribute can be anything you like, but it must contain the groups
to which a user belongs. In order to tell GitLab where to find these groups, you need
to add a `groups_attribute:` element to your SAML settings. You will also need to
-tell GitLab which groups are external, for that you need the `external_groups:`
-element:
+tell GitLab which groups are external via the `external_groups:` element:
```yaml
{ name: 'saml',