Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandros Keramidas <dev.alexkeramidas@gmail.com>2017-01-06 22:07:27 +0300
committerAlexandros Keramidas <dev.alexkeramidas@gmail.com>2017-02-20 19:46:58 +0300
commitbeb887748e8aa3bc42376656f28b689aad91dab7 (patch)
tree80f4e3e8f460c947798f2ceec0379ffbcc902b9d /doc/administration/auth
parent5d8f5328baca93b9134f10ae593e71834578a9f8 (diff)
Added support for Authentiq Back-Channel Logout
Diffstat (limited to 'doc/administration/auth')
-rw-r--r--doc/administration/auth/authentiq.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/administration/auth/authentiq.md b/doc/administration/auth/authentiq.md
index 3f39539da95..fb1a16b0f96 100644
--- a/doc/administration/auth/authentiq.md
+++ b/doc/administration/auth/authentiq.md
@@ -54,7 +54,7 @@ Authentiq will generate a Client ID and the accompanying Client Secret for you t
5. The `scope` is set to request the user's name, email (required and signed), and permission to send push notifications to sign in on subsequent visits.
See [OmniAuth Authentiq strategy](https://github.com/AuthentiqID/omniauth-authentiq#scopes-and-redirect-uri-configuration) for more information on scopes and modifiers.
-6. Change 'YOUR_CLIENT_ID' and 'YOUR_CLIENT_SECRET' to the Client credentials you received in step 1.
+6. Change `YOUR_CLIENT_ID` and `YOUR_CLIENT_SECRET` to the Client credentials you received in step 1.
7. Save the configuration file.