diff options
author | Blair Lunceford <blunceford@gitlab.com> | 2018-10-22 14:36:09 +0000 |
---|---|---|
committer | Blair Lunceford <blunceford@gitlab.com> | 2018-10-22 14:36:09 +0000 |
commit | ba525ca938c7c9b156893a1d8217e1cdcab25143 (patch) | |
tree | d14419294f258eedb50c07ba7bd8f582f3bc2d23 /doc/integration/saml.md | |
parent | 81e954f884d8b5060ce89918c74577fab8d90ffd (diff) | |
download | gitlab-ce-ba525ca938c7c9b156893a1d8217e1cdcab25143.tar.gz |
Edited uid_attribute information with suggested changes
Diffstat (limited to 'doc/integration/saml.md')
-rw-r--r-- | doc/integration/saml.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/integration/saml.md b/doc/integration/saml.md index ccfce278438..a7470d27b4b 100644 --- a/doc/integration/saml.md +++ b/doc/integration/saml.md @@ -341,10 +341,9 @@ args: { ### `uid_attribute` ->**Note:** -This setting is only available on GitLab 10.7 and above. +> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/43806) in GitLab 10.7. -By default, the `uid` is set as the `name_id` in the SAML response. If you'd like to designate a unique attribute for the `uid`, you can set the `uid_attribute`. In the below example, there is an attribute named `uid` in the SAML response that the user would like to set as the `uid`. +By default, the `uid` is set as the `name_id` in the SAML response. If you'd like to designate a unique attribute for the `uid`, you can set the `uid_attribute`. In the example below, the value of `uid` attribute in the SAML response is set as the `uid_attribute`. ```yaml args: { |