diff options
author | Achilleas Pipinellis <axil@gitlab.com> | 2019-07-16 03:31:08 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-07-16 03:31:08 +0000 |
commit | ffdbf0a66fb544fd8c25cb0540d42f2fe4e9ad39 (patch) | |
tree | b4a0f84188bbf99c3d47efab8c318c7534e40c7f /doc/administration/auth/oidc.md | |
parent | 535f81d29df9c54237a8862a0a3138d3f6ec7620 (diff) | |
download | gitlab-ce-ffdbf0a66fb544fd8c25cb0540d42f2fe4e9ad39.tar.gz |
SSoT for administration/auth docs
- Make sure we have type defined in the frontmatter
- Add troubleshooting sections where absent
- Meaningful intros where absent
Diffstat (limited to 'doc/administration/auth/oidc.md')
-rw-r--r-- | doc/administration/auth/oidc.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/administration/auth/oidc.md b/doc/administration/auth/oidc.md index 758501629af..78d040cda99 100644 --- a/doc/administration/auth/oidc.md +++ b/doc/administration/auth/oidc.md @@ -1,3 +1,7 @@ +--- +type: reference +--- + # OpenID Connect OmniAuth provider GitLab can use [OpenID Connect](https://openid.net/specs/openid-connect-core-1_0.html) as an OmniAuth provider. @@ -146,7 +150,7 @@ for more details: } ``` -### Troubleshooting +## Troubleshooting If you're having trouble, here are some tips: |