@@ -52,6 +52,7 @@ class SettingsForm extends ConfigFormBase {
'#default_value'=>$config->get('auto_redirect'),
'#description'=>$this->t('When enabled anonymous users that access the /user/login page will automatically be redirected to the SSO login page. Users that use "local" users (like admins) can use the /user/drupal_login path to use the normal Drupal login.'),
];
$form['redirect_login_destination']=[
'#type'=>'checkbox',
'#title'=>$this->t('Redirect after login to destination URL'),
@@ -59,6 +60,13 @@ class SettingsForm extends ConfigFormBase {