diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-22 08:50:31 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-08-22 08:50:31 +0000 |
commit | d2cb8f785edb6fbc9ce00c39d485423d45c0c219 (patch) | |
tree | 5d81c9f28ed09a4b4763e5b79344d27161294982 /doc/integration/oauth2_generic.md | |
parent | 7b5708d1d944547dfea9bc8b6b8e1c6c6e22901b (diff) | |
download | gitlab-ce-d2cb8f785edb6fbc9ce00c39d485423d45c0c219.tar.gz |
Update docs to pass new markdownlint
Deletes extra spaces and line, makes lists consistent, and
fixes links.
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 f4119b1d1ce..ad59592c45f 100644 --- a/doc/integration/oauth2_generic.md +++ b/doc/integration/oauth2_generic.md @@ -12,7 +12,7 @@ This strategy is designed to allow configuration of the simple OmniAuth SSO proc 1. Strategy parses user information from the response, using a **configurable** format 1. GitLab finds or creates the returned user and logs them in -## Limitations of this Strategy: +## Limitations of this Strategy - It can only be used for Single Sign on, and will not provide any other access granted by any OAuth provider (importing projects or users, etc) |