Skip to content

Commit 520caff

Browse files
authored
Merge pull request #48 from flownative/47-log-messages-to-security-logger
Log OIDC messages to security log
2 parents 1cd8876 + fd59ca1 commit 520caff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Classes/Authentication/OpenIdConnectEntryPoint.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
final class OpenIdConnectEntryPoint extends AbstractEntryPoint
1818
{
1919
/**
20-
* @Flow\Inject
20+
* @Flow\Inject(name="Neos.Flow:SecurityLogger")
2121
* @var LoggerInterface
2222
*/
2323
protected $logger;

Classes/Authentication/OpenIdConnectProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final class OpenIdConnectProvider extends AbstractProvider
3939
protected $policyService;
4040

4141
/**
42-
* @Flow\Inject
42+
* @Flow\Inject(name="Neos.Flow:SecurityLogger")
4343
* @var LoggerInterface
4444
*/
4545
protected $logger;

Classes/OpenIdConnectClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ final class OpenIdConnectClient
5555
protected $httpClient;
5656

5757
/**
58-
* @Flow\Inject
58+
* @Flow\Inject(name="Neos.Flow:SecurityLogger")
5959
* @var LoggerInterface
6060
*/
6161
protected $logger;

0 commit comments

Comments
 (0)