loading
Preparing LoginRadius developer resources
Mission: Help enterprises accelerate digital transformation with our fully-managed Customer IAM technology.
Skip to main content

Verify Push Notification

Polls for the user's approval or denial of the push notification. Returns true when the user approves, false when denied or timed out.
MFA Node

Node Card

Verify Push Notification
true
false
Category: MFA Nodes
Type: verifyPushNotification
Typical position: Immediately after Send Push Notification, before the success terminal node.

PropertyTypeDefaultDescription
NANANAThis node has no configurable properties.

Common Next Nodes

Verify Push Notification (true)Success Finaluser approved: MFA complete
Verify Push Notification (false)Failure Finaldenied or timed out: block access

Usage Notes

This node holds the flow while polling for the user's response on their mobile device. The false output covers both an explicit denial and a timeout: provide a clear message to users indicating which occurred so they can retry or contact support. Always pair this node with Send Push Notification immediately before it; the two nodes work together to complete the push authentication challenge.