diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-24 16:30:41 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-24 16:30:41 +0000 |
commit | 983b90e467c810bd723c4d4f59a52fdfcfc77f21 (patch) | |
tree | 1b67ad1dd5b4eab4aeb8d055a29af2289273f705 /doc/integration | |
parent | a0da03d95c34d8d5b9c81d29cfabbf806a036e16 (diff) | |
parent | 0d53ce9eb8b245b5382246df12e1b38a843e4f1d (diff) | |
download | gitlab-ce-983b90e467c810bd723c4d4f59a52fdfcfc77f21.tar.gz |
Merge branch '27847-auth0-doc-typo' into 'master'
Fix typo in auth0.md doc
Closes #27847
See merge request !9059
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/auth0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/integration/auth0.md b/doc/integration/auth0.md index 212b4854dd7..c39d7ab57c6 100644 --- a/doc/integration/auth0.md +++ b/doc/integration/auth0.md @@ -54,7 +54,7 @@ for initial settings. gitlab_rails['omniauth_providers'] = [ { "name" => "auth0", - "args" => { client_id: 'YOUR_AUTH0_CLIENT_ID'', + "args" => { client_id: 'YOUR_AUTH0_CLIENT_ID', client_secret: 'YOUR_AUTH0_CLIENT_SECRET', namespace: 'YOUR_AUTH0_DOMAIN' } |