2.0 release candidate (#3808)
* use SAML interface instead of implementation * moved implementation of SAML configs to system-configuration base class * bump composer packages * simplify configuration for different env
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace App\Saml;
|
||||
|
||||
use App\Configuration\SamlConfiguration;
|
||||
use App\Configuration\SamlConfigurationInterface;
|
||||
use App\Saml\Security\SamlAuthenticationFailureHandler;
|
||||
use App\Saml\Security\SamlAuthenticationSuccessHandler;
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
@@ -40,7 +40,7 @@ class SamlAuthenticator extends AbstractAuthenticator
|
||||
private SamlAuthenticationFailureHandler $failureHandler,
|
||||
private SamlAuthFactory $samlAuthFactory,
|
||||
private SamlProvider $samlProvider,
|
||||
private SamlConfiguration $configuration
|
||||
private SamlConfigurationInterface $configuration
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user