keycloak
This commit is contained in:
22
config/keycloak.php
Normal file
22
config/keycloak.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'enabled' => true,
|
||||
'enforce_login' => true,
|
||||
'allow_desktop_preview' => false,
|
||||
'desktop_preview_query_key' => 'preview-desktop',
|
||||
'base_url' => 'https://auth.kusche.berlin',
|
||||
'realm' => 'KuscheBerlin',
|
||||
'client_id' => 'desktop-kusche-berlin',
|
||||
'client_secret' => 'aeBX6f65E0RlNfksHldekcWgP37JDLRw',
|
||||
'redirect_path' => '/auth/callback',
|
||||
'scopes' => ['openid', 'profile', 'email'],
|
||||
'extra_authorize_params' => [],
|
||||
'branding' => [
|
||||
'product_name' => 'Kusche.Berlin',
|
||||
'headline' => 'Desktop Login',
|
||||
'subheadline' => 'Geschuetzter Zugang zur Desktop-Shell und kuenftigen Modulen.',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user