spring-attic / spring-security-saml-dsl

Spring security okta dsl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not triggering InteractiveAuthenticationSuccessEvent

msamm-r7 opened this issue · comments

as the SAMLProcessingFilter is created by code in SAMLConfigurer and not as an "@bean" the post processors aren't setting the ApplicationEventPublisher (in the AbstractAuthenticationProcessingFilter which SAMLProcessingFilter extends). This means that the 'successfulAuthentication' method isn't triggering 'InteractiveAuthenticationSuccessEvent' events

I'm also facing this problem.
I need it to gain access to the Okta userdata attributes. Any ideas?