Can i use Post User Registration on Auth0 SSO?

Hi Guys,

I’m trying to set up an action that would trigger my webhook after Single Sign On

What would I have to do in order to trigger the webhook after a user has signed up via SSO?

Thanks,
Mohit

Hi @mohit.singh,

Welcome to the Auth0 Community and apologies for the delay!

If I understand correctly, you would like to send a request after a user has logged in silently (via SSO). This can be accomplished in a post login Action by looking at the event.transaction.prompt. This prompt will be none if the user is logged in silently.

ref: Actions Triggers: post-login - Event Object

Hope that helps!

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