activate (service)

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

API version: 1

Availability: DIGIPASS Gateway 4.1 and later

Authentication: None.

The activate service generates an encrypted full activation data (XFAD) for a standard authenticator or Activation Message 1 for a multi-device licensing (MDL) authenticator using Digipass Software Advanced Provisioning Protocol (DSAPP) Version 1.

URL

https://dpgateway_host:dpgateway_port/activate

Request

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

activate parameters
Parameter name Data type Description
RegistrationIdentifier String Required. The unique identifier of a user for a given activation process. It is returned by DSAPPRegister.
InitialVector String Required. The initial vector used during the encryption of the license activation message.
PublicKey String Required. The encrypted public key and nonce generated by the mobile application using the DSAPP SDK.

Example

POST https://192.0.2.1:11080/activate?RegistrationIdentifier=123456789A&PublicKey=D20AFA7756BD4CBDAF495D8CA4805305D20AFA7756BD4CBDAF495D8CA4805305D20AFA7756BD4CBDAF495D8CA4805305D20AFA7756BD4CBDAF495D8CA4805305&InitialVector=07D32029F8FA298E0A354927106F753C

Response

The service returns an XML response message containing the result.

Example

 

<?xml version="1.0"?>
<DP4Mobile retCode="0" serverTime="1547472526">
  <Activation
    xfad="DEC85FF288C11DC573BC60B78B16056D..."
    xerc="DA3AAE32102BE4FA95AF1B3D25667B11"
    initialVector="20E35B72D523BEE6A10FB0BA3F846795"
    serverPublicKey="D9C35501B0B6AF4BDE9CDEED0FC59E6A..."
    nonces="99565048F29D69AFFB9BBF7C34386505"
    userId="[email protected]" />
</DP4Mobile>