diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-28 00:09:33 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-01-28 00:09:33 +0000 |
commit | 31aa5407f8ebffd4cf8f4c31e1133e310dc0a30f (patch) | |
tree | 0413bc08412d4bc93ee07da5781b9c9e2bd4b559 /doc/integration/oauth2_generic.md | |
parent | 10eb15fe07b89755e82dbe2798651795aebd6614 (diff) | |
download | gitlab-ce-31aa5407f8ebffd4cf8f4c31e1133e310dc0a30f.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/integration/oauth2_generic.md')
-rw-r--r-- | doc/integration/oauth2_generic.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/oauth2_generic.md b/doc/integration/oauth2_generic.md index 88e9e3ef05c..41656bd2216 100644 --- a/doc/integration/oauth2_generic.md +++ b/doc/integration/oauth2_generic.md @@ -6,7 +6,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w # Sign into GitLab with (almost) any OAuth2 provider -The `omniauth-oauth2-generic` gem allows Single Sign On between GitLab and your own OAuth2 provider +The `omniauth-oauth2-generic` gem allows Single Sign-On between GitLab and your own OAuth2 provider (or any OAuth2 provider compatible with this gem) This strategy is designed to allow configuration of the simple OmniAuth SSO process outlined below: |