We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf2ba4 commit 7aa7292Copy full SHA for 7aa7292
lib/DavPlugin.php
@@ -36,7 +36,7 @@ public function initialize(Server $server): void {
36
37
public function beforeMethod(RequestInterface $request, ResponseInterface $response): void {
38
if (
39
- $this->config->getValueString('type', 'unset') === 'environment-variable'
+ $this->config->getValueString('user_saml', 'type', 'unset') === 'environment-variable'
40
&& !$this->session->exists('user_saml.samlUserData')
41
) {
42
$uidMapping = $this->samlSettings->get(1)['general-uid_mapping'];
0 commit comments