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

register (Service)

  • Dark
    Light
  • PDF

Article summary

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

API version: 1

Availability: DIGIPASS Gateway 4.1 and later

Authentication: None.

The register service performs a provisioning registration operation using Digipass Software Advanced Provisioning Protocol (DSAPP) Version 1.

URL

https://dpgateway_host:dpgateway_port/register

Request

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

register parameters

Parameter name

Data type

Description

StaticPassword

String

Required. The static password of the user.

UserID

String

Required. The user name and domain (RFC5322), i.e. username@domain.

Example

POST https://192.0.2.1:11080/register?UserID=jane.doe@mydomain.com&StaticPassword=myPassword

Response

The service returns an XML response message containing the result.

Example (Success)

<?xml version="1.0"?>
<DP4Mobile retCode="0"
  registrationIdentifier="e3wfISG9"
  activationPassword="Tb048aX1"
  credentialsMessage="88D998CD6B8FE3989CB6E342854DEA4C" />

Example (Failure)

<?xml version="1.0"?>
<DP4Mobile retCode="–2" message="The static password was incorrect" />


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