Missing CAEP Events from SSF Transmitter

Hi,

I’m working on integrating the new CAEP feature via the SSF Transmitter. I’ve successfully added the API to the integration app, created an SSF stream, and received the verification message on my endpoint.

However, I’m not receiving any subsequent events at the endpoint.

I’ve specifically triggered the following events and can see them appearing in the system logs:

  • user.account.update_password
  • user.session.end

I noticed that as of Thursday, May 8th, the feature was marked as Early Access, but as of today (May 11th), it appears to be fully available. Could you please confirm whether these specific events should be working, and if there’s any additional configuration required to ensure they’re sent to the endpoint?

Thanks in advance!

Hello,

When creating the SSF Stream and Okta sends the Verification Message to your integration, is the integration application returning an http status of 200 or 201 ?

If so can you delete that stream from the API and try to create it again. This time code your integration to return an http status of 202 ?

Once this is done see if either ending a session or updating a users password will now send a Security Event to the stream.

2 Likes

Thanks erik. This was the issue

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.