bind (Service)
  • 26 Sep 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

bind (Service)

  • Dark
    Light
  • PDF

Article summary

This command is deprecated! Use DSAPPActivate (service) instead!

API version: 1

Availability: DIGIPASS Gateway 4.1 and later

Authentication: None.

The bind service performs a provisioning activation operation using Digipass Software Advanced Provisioning Protocol (DSAPP).

URL

https://dpgateway_host:dpgateway_port/bind

Request

Parameters to the service are passed via the URI query component.

bind parameters

Parameter name

Data type

Description

DerivationCode

String

Required. The derivation code generated by the mobile application using the Digipass SDK.

InitialVector

String

Required. The client initial vector used by the mobile application using the DSAPP SDK.

Nonce

String

Required. The encrypted server nonce used by the mobile application using the DSAPP SDK.

RegistrationIdentifier

String

Required. The unique identifier of a user for a given activation process. This is returned by DSAPPRegister.

Example

POST https://192.0.2.1:11080/bind?RegistrationIdentifier=e3wfISG9&Nonce=E7D63951460ACB3EC08C5AF618FB29D1&InitialVector=45D8319F02E4B42C5EA067A6A0593B20&DerivationCode=591107863614246

Response

The service returns an XML response message containing the result.

bind return values

Return value

Description

//DP4Mobile/@message

The error message in case of an error.

//DP4Mobile/@retCode

The return code of the operation.

Example (Success)

<?xml version="1.0"?>
<DP4Mobile retCode="0" />

Example (Failure)

<?xml version="1.0"?>
<DP4Mobile retCode="–1" message="The Registration Identifier could not be found in the cache." />


Was this article helpful?

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

Eddy AI, facilitating knowledge discovery through conversational intelligence