Skip to content

Commit

Permalink
SamlConroller cherry picked from #323
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed May 23, 2024
1 parent a58ca0d commit 999c460
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

declare(strict_types = 1);
declare(strict_types=1);

/**
* Copyright 2014 SURFnet bv
Expand Down Expand Up @@ -33,7 +33,6 @@
use Surfnet\StepupBundle\Service\LoaResolutionService;
use Surfnet\StepupBundle\Value\Loa;
use Surfnet\StepupSelfService\SelfServiceBundle\Controller\SelfVet\SelfVetController;
use Surfnet\StepupSelfService\SelfServiceBundle\Security\Authentication\SamlAuthenticationStateHandler;
use Surfnet\StepupSelfService\SelfServiceBundle\Security\Authentication\Session\SessionStorage;
use Surfnet\StepupSelfService\SelfServiceBundle\Service\SecondFactorService;
use Surfnet\StepupSelfService\SelfServiceBundle\Service\SelfAssertedTokens\RecoveryTokenState;
Expand Down Expand Up @@ -65,13 +64,14 @@ public function __construct(
private readonly LoaResolutionService $loaResolutionService,
private readonly MetadataFactory $metadataFactory,
private readonly SamlAuthenticationLogger $samlAuthenticationLogger,
private readonly SessionStorage $authenticationStateHandler,
private readonly SessionStorage $authenticationStateHandler,
private readonly TestAuthenticationRequestFactory $testAuthenticationRequestFactory,
private readonly RedirectBinding $redirectBinding,
private readonly PostBinding $postBinding,
private readonly ServiceProvider $serviceProvider,
private readonly IdentityProvider $testIdentityProvider,
) {
private readonly ServiceProvider $serviceProvider,
private readonly IdentityProvider $testIdentityProvider,
)
{
}

/**
Expand Down

0 comments on commit 999c460

Please sign in to comment.