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/authentiq.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/authentiq.md')
-rw-r--r-- | doc/administration/auth/authentiq.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/administration/auth/authentiq.md b/doc/administration/auth/authentiq.md index 835c97c0288..b84eca4ef0d 100644 --- a/doc/administration/auth/authentiq.md +++ b/doc/administration/auth/authentiq.md @@ -1,3 +1,7 @@ +--- +type: reference +--- + # Authentiq OmniAuth Provider To enable the Authentiq OmniAuth provider for passwordless authentication you must register an application with Authentiq. @@ -66,3 +70,15 @@ On the sign in page there should now be an Authentiq icon below the regular sign - If not they will be prompted to download the app and then follow the procedure above. If everything goes right, the user will be returned to GitLab and will be signed in. + +<!-- ## 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. --> |