Use newer nbgrp/onelogin-saml-bundle bundle for handling SAML

This commit is contained in:
Jan Böhmer 2023-05-27 20:38:32 +02:00
parent edce70bc12
commit 9f52d364c9
6 changed files with 233 additions and 61 deletions

View file

@ -27,4 +27,5 @@ return [
Scheb\TwoFactorBundle\SchebTwoFactorBundle::class => ['all' => true],
SpomkyLabs\CborBundle\SpomkyLabsCborBundle::class => ['all' => true],
Webauthn\Bundle\WebauthnBundle::class => ['all' => true],
Nbgrp\OneloginSamlBundle\NbgrpOneloginSamlBundle::class => ['all' => true],
];