Cleanup after omniauth
This commit is contained in:
parent
486de8c3f4
commit
fa4150d47d
9 changed files with 49 additions and 47 deletions
|
@ -43,8 +43,6 @@ ldap:
|
|||
|
||||
omniauth:
|
||||
enabled: false
|
||||
allow_single_sign_on: false
|
||||
block_auto_created_users: true
|
||||
providers:
|
||||
# - { name: 'google_oauth2', app_id: 'YOUR APP ID',
|
||||
# app_secret: 'YOUR APP SECRET',
|
||||
|
@ -53,6 +51,10 @@ omniauth:
|
|||
# app_secret: 'YOUR APP SECRET'}
|
||||
# - { name: 'github', app_id: 'YOUR APP ID',
|
||||
# app_secret: 'YOUR APP SECRET' }
|
||||
# IMPORTANT!
|
||||
# It allows user to login without having user account
|
||||
allow_single_sign_on: false
|
||||
block_auto_created_users: true
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue