diff options
author | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2017-01-06 21:07:27 +0200 |
---|---|---|
committer | Alexandros Keramidas <dev.alexkeramidas@gmail.com> | 2017-02-20 18:46:58 +0200 |
commit | beb887748e8aa3bc42376656f28b689aad91dab7 (patch) | |
tree | 80f4e3e8f460c947798f2ceec0379ffbcc902b9d /doc/administration | |
parent | 5d8f5328baca93b9134f10ae593e71834578a9f8 (diff) | |
download | gitlab-ce-beb887748e8aa3bc42376656f28b689aad91dab7.tar.gz |
Added support for Authentiq Back-Channel Logout
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/auth/authentiq.md | 2 |
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. |