Commit 5a521e56cbdb4fe12af3648dccec9a25938b7c37

Authored by Achilleas Pipinellis
1 parent bf855d19

Newline between sentence and code block

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
... ...