Started to work on interfacing with keycloak

This commit is contained in:
Jan Böhmer 2023-02-20 22:10:24 +01:00
parent 9dd172df98
commit c0b74d83a5
8 changed files with 245 additions and 3 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],
Hslavich\OneloginSamlBundle\HslavichOneloginSamlBundle::class => ['all' => true],
];