Commit graph

10 commits

Author SHA1 Message Date
GitLab Bot
3f0f13c6d9 Add latest changes from gitlab-org/gitlab@master 2019-09-27 06:06:35 +00:00
Marcel Amirault
60dfca155c Add more rules to markdown lint check
Adds MD010 (Hard tabs), MD012 (blank lines), MD029 (ordered
list prefix), MD030 (spaces after list markers), and fixes
remaining docs that were failing these tests
2019-08-12 04:23:01 +00:00
Achilleas Pipinellis
ffdbf0a66f SSoT for administration/auth docs
- Make sure we have type defined in the frontmatter
- Add troubleshooting sections where absent
- Meaningful intros where absent
2019-07-16 03:31:08 +00:00
Vincent Fazio
60e5f8db1a Update OIDC troubleshooting language
Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
2019-07-15 09:01:56 -05:00
Vincent Fazio
8594507c0d Update OpenID Connect documentation
List the supported values for client_auth_method

Signed-off-by: Vincent Fazio <vfazio@xes-inc.com>
2019-07-15 09:01:56 -05:00
Marcel Amirault
735e1f2cb3 Fix whitespace in many administration docs
Many code blocks are 4spaced, and they render in GitLab
without coloring as a result, even though they are
fenced with a language label. If in a list, other items
will render as being in a code block too, even if not
meant to. This fixes all these issues for many admin
docs in /high_availability and /auth (part 1)
2019-07-12 02:06:46 +00:00
Evan Read
e128239340 Add Markdown linting
Also adds and one linting rule
and makes project conform to it.
2019-06-25 04:34:55 +00:00
Stan Hu
0ac84f2bd3 Add OpenID Connect troubleshooting docs 2019-06-07 14:22:35 -07:00
Stan Hu
6dcbf1f5bf Fix OpenID Connect documentation
Many users were unable to get logins working with OpenID Connect because
of a missing `name` argument in the configuration. This resulted in 404s
immediately after attempting to login. This describes the workaround
mentioned in
https://gitlab.com/gitlab-org/gitlab-ce/issues/62208#note_178774809.

This also adds an example profile for using Google.
2019-06-06 16:24:23 -07:00
Horatiu Eugen Vlad
6018d5bb87 Added Omniauth OpenId Connect startegy 2019-05-06 09:01:29 +02:00