Skip to content

Commit 5b919b5

Browse files
committed
debugs
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent e610a3a commit 5b919b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Controller/SlaveController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function autoLogin(string $jwt): RedirectResponse {
107107
$user->getUID(),
108108
Application::APP_ID,
109109
Slave::SAML_IDP,
110-
$options['saml']['idp'] ?? null
110+
$options['saml']['idp'] ?? ''
111111
);
112112
$this->config->setUserValue(
113113
$user->getUID(),

lib/Master.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function handleLoginRequest(
169169
// if not we fall-back to a initial user deployment method, if configured
170170
if (empty($location) && !empty($userDiscoveryModule)) {
171171
try {
172-
$this->logger->debug('handleLoginRequest: obtaining location from discovery module');
172+
$this->logger->debug('handleLoginRequest: obtaining location from discovery module ' . $userDiscoveryModule);
173173

174174
/** @var IUserDiscoveryModule $module */
175175
$module = Server::get($userDiscoveryModule);

0 commit comments

Comments
 (0)