I recently added a beforeSignIn blocking function, which filter users using a certain SAML provider, and it works fine. But since that, I have this warning in Identity Plateform :But when clicking to configure the triggers i don't have any :
I also saw this warning in the blocking function documentation :I didn't unregister any triggers but didn't really see where it can be done since the trigger page is empty. And users are still able to authenticate to my app.
My question is: Is this warning really alerting me to a misconfiguration? Or is this possibly a bug caused by the several updates I made to my blocking function during development that might have destroyed/redeployed it?
Solved! Go to Solution.
Hi @victorgnt ,
Yes, this warning usually means Identity Platform still thinks a beforeSignIn trigger is active, but the Cloud Function it points to has been deleted or broken — even if the trigger page looks empty.
To fix:
-Go to Triggers → set trigger to None to fully clear it.
-Redeploy or reassign your Cloud Function if you want it active again.
Even if users can still sign in now, this misconfiguration can suddenly block sign-ins later — so I recommend clearing or fixing it to avoid surprises.