How to use Jira event User Authenticated With Saml Sso Event

Hello Jira Plugin experts,
Can you please help me how to use Jira event UserAuthenticatedWithSamlSsoEvent?

I currently use below crowd-api:

<dependency>
            <groupId>com.atlassian.crowd</groupId>
            <artifactId>crowd-api</artifactId>
            <version>3.7.0</version>
            <scope>provided</scope>
        </dependency>

Jira event UserAuthenticatedEvent works for me, but not UserAuthenticatedWithSamlSsoEvent.
Any help appreciated.

Best regards,
Venkat Prasad

Atlassian Team - Can you please help us pointing right dependency to use Jira event UserAuthenticatedWithSamlSsoEvent? Thank you :smile: