Skip to content

Commit

Permalink
feat(sso-bridge): add info log for callback
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanMelly committed Dec 21, 2022
1 parent e3897ff commit 56a8c25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function ssoCallback()
$uri=$parts[0];
$correlationId = $parts[1];
\Cache::add(self::SSO_BRIDGE_CORRELATION_ID_PREFIX_CACHE_KEY . $correlationId,$email);
Log::info("Redirecting sso-bridge-request with cid $correlationId to $uri");
return redirect($uri);
}
//Local LOGIN
Expand Down

0 comments on commit 56a8c25

Please sign in to comment.