fix: [settings] added test for keycloak enabled
- always require one auth method to be enabledpull/92/head
parent
9d04533e14
commit
1e6b6a5abc
|
@ -169,6 +169,7 @@ class CerebrateSettingsProvider extends BaseSettingsProvider
|
||||||
'severity' => 'warning',
|
'severity' => 'warning',
|
||||||
'description' => __('Enable keycloak authentication'),
|
'description' => __('Enable keycloak authentication'),
|
||||||
'default' => false,
|
'default' => false,
|
||||||
|
'test' => 'testEnabledAuth',
|
||||||
'authentication_type' => 'keycloak'
|
'authentication_type' => 'keycloak'
|
||||||
],
|
],
|
||||||
'keycloak.provider.applicationId' => [
|
'keycloak.provider.applicationId' => [
|
||||||
|
|
Loading…
Reference in New Issue