1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Merge branch 'master' of git://github.com/lommes/BookStack into lommes-master

This commit is contained in:
Dan Brown
2017-12-09 12:48:08 +00:00
7 changed files with 85 additions and 35 deletions

View File

@@ -80,6 +80,14 @@ return [
'name' => 'Microsoft Azure',
],
'okta' => [
'client_id' => env('OKTA_KEY'),
'client_secret' => env('OKTA_SECRET'),
'redirect' => env('APP_URL') . '/login/service/okta/callback',
'base_url' => env('OKTA_BASE_URL'),
'name' => 'Okta',
],
'ldap' => [
'server' => env('LDAP_SERVER', false),
'dn' => env('LDAP_DN', false),