hslavich / OneloginSamlBundle

OneLogin SAML Bundle for Symfony
MIT License
149 stars 94 forks source link

The saml authenticator is an interactive authenticator #199

Closed goetas closed 1 year ago

goetas commented 1 year ago

https://github.com/symfony/symfony/pull/33558 has added a differentiation between interactive and not interactive authenticators.

when this bundle was compatible with older symfony versions, was dispatching the interactive login event, while now it stopped ding so.

I have implemented then new InteractiveAuthenticatorInterface to allow symfony to dispatch the event.

goetas commented 1 year ago

hello, is there anything need here that i can help?

a-menshchikov commented 1 year ago

Thank you @goetas

goetas commented 1 year ago

thanks to you!