diff options
author | Achilleas Pipinellis <axilleas@archlinux.gr> | 2014-04-22 18:21:32 +0300 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@archlinux.gr> | 2014-04-22 18:21:32 +0300 |
commit | 5a521e56cbdb4fe12af3648dccec9a25938b7c37 (patch) | |
tree | 43e9b3fb672bcdd72e54c45585a912554f71bc42 /doc/integration | |
parent | bf855d19cb2a45e480270789b5a8eebb0ba98f32 (diff) | |
download | gitlab-ce-5a521e56cbdb4fe12af3648dccec9a25938b7c37.tar.gz |
Newline between sentence and code block
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/omniauth.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/integration/omniauth.md b/doc/integration/omniauth.md index a4491432caf..84a5a8e8c28 100644 --- a/doc/integration/omniauth.md +++ b/doc/integration/omniauth.md @@ -21,6 +21,7 @@ Before configuring individual OmniAuth providers there are a few global settings ``` 2. Find the section dealing with OmniAuth. The section will look similar to the following.<br /> + ``` ## OmniAuth settings omniauth: @@ -50,6 +51,7 @@ Before configuring individual OmniAuth providers there are a few global settings # app_secret: 'YOUR APP SECRET', # args: { scope: 'user:email' } } ``` + 3. Change `enabled` to `true`. 4. Consider the next two configuration options: `allow_single_sign_on` and `block_auto_created_users`. * `allow_single_sign_on` defaults to `false`. If `false` users must be created manually or they will not be able to |