diff options
author | Hassan Zamani <hsn.zamani@gmail.com> | 2017-05-30 10:36:00 +0430 |
---|---|---|
committer | Markus Koller <markus.koller.ext@siemens.com> | 2018-02-08 13:22:41 +0100 |
commit | 583ef9458c5e5c32a14629f5754bc53ed0ad8a33 (patch) | |
tree | 711012ffe04f5822e55332ef971a37e26748689b /doc/integration | |
parent | bfb32b46327576f5b5d4ff3d42198ba4601f1830 (diff) | |
download | gitlab-ce-583ef9458c5e5c32a14629f5754bc53ed0ad8a33.tar.gz |
Add groups to OpenID Connect claims
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/openid_connect_provider.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/integration/openid_connect_provider.md b/doc/integration/openid_connect_provider.md index 56f367d841e..ad41be52045 100644 --- a/doc/integration/openid_connect_provider.md +++ b/doc/integration/openid_connect_provider.md @@ -39,6 +39,7 @@ Currently the following user information is shared with clients: | `website` | `string` | URL for the user's website | `profile` | `string` | URL for the user's GitLab profile | `picture` | `string` | URL for the user's GitLab avatar +| `groups` | `array` | Names of the groups the user is a member of [OpenID Connect]: http://openid.net/connect/ "OpenID Connect website" [doorkeeper-openid_connect]: https://github.com/doorkeeper-gem/doorkeeper-openid_connect "Doorkeeper::OpenidConnect website" |