I need unsuspend When User sign in from IDP User sign in attempt cart in workflow. Or what will be the approach?

When User sign in from IDP i am not getting event type in workflow when User sign in attempt cart in workflow

I believe that User sign-in from IDP is a different type of event (user.authentication.auth_via_IDP), which unfortunately is not event-hook-eligible, so I don’t believe there is a way to trigger a flow in real time. You’d probably need to use a scheduled flow that looks for events in syslog.

The only other thing to explore is if there is any additional data for a regular session start event that indicates where the user came from.

1 Like

Thank you so much for your response. I really appreciate it.

1 Like

If the IDP in question is a SAML 2.0 IDP then you could change the setting in JIT Settings to Unsuspend user. Okta Admin β†’ Security β†’ Identity Providers β†’ IDP in question (assuming it’s SAML) β†’ Action β†’ Configure Identity Provider β†’ JIT Settings β†’ Unsuspend User

1 Like