Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Warning in Identity Plateform : Users are being blocked from authenticating your application

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 :
Capture d’écran 2025-05-06 à 10.56.50.pngBut when clicking to configure the triggers i don't have any : Capture d’écran 2025-05-06 à 10.57.22.png

I also saw this warning in the blocking function documentation :
Capture d’écran 2025-05-06 à 13.09.59.pngI 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 Solved
0 2 83
1 ACCEPTED 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.

View solution in original post

2 REPLIES 2
Top Labels in this Space
Top Solution Authors