File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 (),
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments