Skip to content
Snippets Groups Projects
Commit 5c18753e authored by Hendrik Grahl's avatar Hendrik Grahl
Browse files

Fixes a form assigment, which never populates ssoExcludedPaths correctly.

parent 84a3c638
Branches
Tags 8.x-1.0-beta5
No related merge requests found
......@@ -88,7 +88,7 @@ class LdapSsoAdminForm extends ConfigFormBase {
'#description' => $this->t('Which paths will not check for SSO? cron.php is common example. Specify pages by using their paths. Enter one path per line. The \'*\' character is a wildcard.
Example paths are %blog for the blog page and %blog-wildcard for every personal blog. %front is the front page.',
['%blog' => 'blog', '%blog-wildcard' => 'blog/*', '%front' => '<front>']),
'#default_value' => LdapAuthenticationConfiguration::arrayToLines($config->get('ldapImplementation')),
'#default_value' => LdapAuthenticationConfiguration::arrayToLines($config->get('ssoExcludedPaths')),
];
$form['ssoExcludedHosts'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment