- 23 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
Notification registration
- Mis à jour le 23 Oct 2024
- 1 Minute à lire
- SombreLumière
- PDF
<NotificationRegistration
<URL method="POST"
value="http://MY_DOMAIN_NAME/.../mobileService">
<PayloadParameter key="action"value="notificationRegistration" />
<PayloadParameter key="serialNumber"value="%_SerialNumber_%" />
<PayloadParameter key="sequenceNumber"value="%_SequenceNumber_%" />
<PayloadParameter key="vascoNotificationIdentifier"value="%_VascoNotificationIdentifier_%" />
</URL>
</NotificationRegistration>
Functional customization
NotificationRegistration: This element is used to configure the Mobile Authenticator Studio notification registration.
Masks for the notification registration URL lists the masks for the notification registration URL.
Mask | Value |
---|---|
%_SerialNumber_% | This is the serial number of the authenticator. This mask is mandatory. |
%_SequenceNumber_% | This is the sequence number of the authenticator instance. This mask is mandatory. |
%_VascoNotificationIdentifier_% | This is the VASCO Notification Identifier that will be stored on the server-side, used to send notifications to a specific authenticator instance. This mask is mandatory. |
<NotificationRegistration
<URLmethod="POST"value="http://MY_DOMAIN_NAME/.../mobileService">
<PayloadParameter key="userID"value="%_UserIdentifier_%" />
<PayloadParameter key="domain"value="%_Domain_%" />
<PayloadParameter key="digipassInstanceID"value="%_SerialNumber_%-%_SequenceNumber_%" />
<PayloadParameter key="encryptedNotificationID"value="%_VascoNotificationIdentifier_%" />
</URL>
</NotificationRegistration>
Functional customization
NotificationRegistration: This element is used to configure the Mobile Authenticator Studio notification registration for push-and-login or push-and-sign operations using DIGIPASS Gateway.
Masks for the notification registration URL lists the masks for the notification registration URL when using DIGIPASS Gateway.
The NotificationRegistration element will be used during notification registration with DIGIPASS Gateway. In this case, the method of the URL must be set to POST, and the content type to json. In other contexts, the content type must be text.