Integrate notification
  • 19 Oct 2024
  • 2 Minutes à lire
  • Sombre
    Lumière

Integrate notification

  • Sombre
    Lumière

The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article

Notification identifier registration

Notification identifier registration (Overview)

Notification identifier registration (overview)

To receive push notifications from the server, Mobile Authenticator Studio must first register its notification identifier. Mobile Authenticator Studio sends the notification identifier, which is associated with the authenticator serial and sequence numbers. The notification identifier association takes place directly after activating the authenticator, and each time the registration identifier changes in the course of the authenticator lifecycle.

The notification identifier is sent to the server as a Secure Channel information message and so need to be decrypted before being used to send push notifications.

Decrypting of the Secure Channel information message requires OneSpan Authentication Server Framework 3.14.1.1.

For more information about decrypting Secure Channel information messages, refer to the OneSpan Authentication Server Framework Programmer's Guide.

Register notification identifier request

The request sent by Mobile Authenticator Studio is configured in the NotificationRegistration section of the configuration file:

The URL can use the HTTP POST or GET methods. For more information about URL customization, refer to the Mobile Authenticator Studio Customization Guide.

HTTP(S) transaction list request parameters

Parameter name

Description

serialNumber

The authenticator serial number.

Format: Alphanumeric string of 10 characters

sequenceNumber

The sequence number of the authenticator instance/account.

Format: Numeric string of 2 characters

vascoNotificationIdentifier

The notification identifier encrypted as a Secure Channel information message.

version

The version of the application binary as defined when configuring the app.

Register notification identifier response

The response expected by Mobile Authenticator Studio must be formatted as described in the DTD:

  1. <!ELEMENT DP4Mobile>

  2. <!ATTLIST DP4Mobile retCode CDATA #REQUIRED>

  3. <!ATTLIST DP4Mobile message CDATA #REQUIRED>

  4. <!ATTLIST DP4Mobile serverTime CDATA #IMPLIED>

Example

<?xml version="1.0" encoding="UTF-8"?>
<DP4Mobile retCode="0" message="Operation Successful" />

Register notification identifier response attributes

Attribute name

Description

//DP4Mobile/@retCode

Required. The return code associated with the notification identifier registration request. 0 means success, any other value will cause the message attribute value to be displayed and the register notification identifier request to be relaunched.

//DP4Mobile/@message

Required. The return message associated with the notification identifier registration request. This value will be displayed by the app if not 0.

//DP4Mobile/@serverTime

Optional. This is the current server GMT time. This value will be used by the app to silently set the drift between device and server time to keep the app synchronized.

Notification management

The notifications must have a specific format to be correctly used by the app. The content of the notifications must be a concatenation of the following elements:

  • A version tag, set to 01.

  • The serial number of the authenticator instance/account to use.

  • The number of the authenticator instance/account to use. The sequence number values range from 01 to 99.

  • The identifier of the transaction data signing or Secure Channel action that will be started when the user selects the notification.

01VDS100000000tds

If there are several pending notifications, a notification list is displayed to allow the user to choose which notification to open.

When a notification is received while the app is closing, and the user taps on it on the phone's notification bar, the corresponding notification will be directly opened in the app.


Cet article vous a-t-il été utile ?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.
ESC

Ozzy, facilitant la découverte de connaissances grâce à l’intelligence conversationnelle