Commit aaffbe1c2e381a32175ae35238c309224984129e

Authored by Dmitriy Zaporozhets
2 parents bf855d19 5a521e56

Merge branch 'render_docs' into 'master'

Fix code block that doesn't render correctly in doc.gitlab.com

Probably fixes https://gitlab.com/gitlab-com/doc-gitlab-com/issues/6
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
doc/integration/omniauth.md
... ... @@ -21,6 +21,7 @@ Before configuring individual OmniAuth providers there are a few global settings
21 21 ```
22 22  
23 23 2. Find the section dealing with OmniAuth. The section will look similar to the following.<br />
  24 +
24 25 ```
25 26 ## OmniAuth settings
26 27 omniauth:
... ... @@ -50,6 +51,7 @@ Before configuring individual OmniAuth providers there are a few global settings
50 51 # app_secret: 'YOUR APP SECRET',
51 52 # args: { scope: 'user:email' } }
52 53 ```
  54 +
53 55 3. Change `enabled` to `true`.
54 56 4. Consider the next two configuration options: `allow_single_sign_on` and `block_auto_created_users`.
55 57 * `allow_single_sign_on` defaults to `false`. If `false` users must be created manually or they will not be able to
... ...