Skip to content

Commit

Permalink
Merge pull request #48 from flownative/47-log-messages-to-security-lo…
Browse files Browse the repository at this point in the history
…gger

Log OIDC messages to security log
  • Loading branch information
robertlemke committed Aug 25, 2022
2 parents 1cd8876 + fd59ca1 commit 520caff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Classes/Authentication/OpenIdConnectEntryPoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
final class OpenIdConnectEntryPoint extends AbstractEntryPoint
{
/**
* @Flow\Inject
* @Flow\Inject(name="Neos.Flow:SecurityLogger")
* @var LoggerInterface
*/
protected $logger;
Expand Down
2 changes: 1 addition & 1 deletion Classes/Authentication/OpenIdConnectProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ final class OpenIdConnectProvider extends AbstractProvider
protected $policyService;

/**
* @Flow\Inject
* @Flow\Inject(name="Neos.Flow:SecurityLogger")
* @var LoggerInterface
*/
protected $logger;
Expand Down
2 changes: 1 addition & 1 deletion Classes/OpenIdConnectClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ final class OpenIdConnectClient
protected $httpClient;

/**
* @Flow\Inject
* @Flow\Inject(name="Neos.Flow:SecurityLogger")
* @var LoggerInterface
*/
protected $logger;
Expand Down

0 comments on commit 520caff

Please sign in to comment.