Skip to main content

Push Notification Overview

Push authentication simplifies the verification process by sending a push notification to the user’s mobile device during the second step of Multi-Factor Authentication (MFA). Consumers can approve or deny login attempts directly from their phone, offering a secure and seamless experience.

Configuring Push Notifications

Send Push Notifications for MFA challenges that users can respond to via the LoginRadius Authenticator app or your custom mobile app.

Configuration Steps

When using the LoginRadius Authenticator:

  • Message: Define the message users see during authentication (e.g., "Please verify your login attempt using the below QR code.")

  • QR Code Width: Set the width (in pixels) of the QR code generated to pair with the device.

  • Click SAVE to apply changes.

After setting up Push Notifications with the LoginRadius Authenticator, you can scan the QR code using our app, For more information on LoginRadius Authenticator refer to the following documentation.

API Implementation

Use the following APIs to implement, verify, and manage Push Notification-based Multi-Factor Authentication (MFA) in your application.

Note: If an API call requires an API Secret, it should be called from the back end. Otherwise, the API call can also be used on the front end.

Use Case: Resend a push notification when the user has not responded or missed the first push.

API: MFA Resend Push Notification

  • Method: POST
  • Endpoint:
    https://api.loginradius.com/identity/v2/auth/login/2FA

Inputs:

  • apikey (required): LoginRadius API Key
  • secondfactorauthenticationtoken (required): Second-factor authentication token from initial login