summaryrefslogtreecommitdiff
path: root/doc/administration/auth/okta.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-07-16 03:31:08 +0000
committerMike Lewis <mlewis@gitlab.com>2019-07-16 03:31:08 +0000
commitffdbf0a66fb544fd8c25cb0540d42f2fe4e9ad39 (patch)
treeb4a0f84188bbf99c3d47efab8c318c7534e40c7f /doc/administration/auth/okta.md
parent535f81d29df9c54237a8862a0a3138d3f6ec7620 (diff)
downloadgitlab-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/okta.md')
-rw-r--r--doc/administration/auth/okta.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/administration/auth/okta.md b/doc/administration/auth/okta.md
index 566003ba708..5524c3ba092 100644
--- a/doc/administration/auth/okta.md
+++ b/doc/administration/auth/okta.md
@@ -1,3 +1,7 @@
+---
+type: reference
+---
+
# Okta SSO provider
Okta is a [Single Sign-on provider](https://www.okta.com/products/single-sign-on/) that can be used to authenticate
@@ -157,3 +161,15 @@ Make sure the groups exist and are assigned to the Okta app.
You can take a look of the [SAML documentation](../../integration/saml.md#marking-users-as-external-based-on-saml-groups) on external groups since
it works the same.
+
+<!-- ## Troubleshooting
+
+Include any troubleshooting steps that you can foresee. If you know beforehand what issues
+one might have when setting this up, or when something is changed, or on upgrading, it's
+important to describe those, too. Think of things that may go wrong and include them here.
+This is important to minimize requests for support, and to avoid doc comments with
+questions that you know someone might ask.
+
+Each scenario can be a third-level heading, e.g. `### Getting error message X`.
+If you have none to add when creating a doc, leave this section in place
+but commented out to help encourage others to add to it in the future. -->