getPreparedSecureChallenge (Service) [v2]
  • 22 Oct 2024
  • 1 Minute à lire
  • Sombre
    Lumière
  • PDF

getPreparedSecureChallenge (Service) [v2]

  • Sombre
    Lumière
  • PDF

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

API version: 2

Availability: DIGIPASS Gateway 5.0 and later

Authentication: Basic HTTP authentication using the front-end API key.

The getPreparedSecureChallenge service retrieves a prepared authentication request. The respective authentication request is identified by a challenge key previously received via push notification.

Only one application is allowed to retrieve the authentication request. The challenge key is consumed by the first application retrieving the secure challenge message, subsequent attempts to retrieve it will fail with status code STAT_NOT_FOUND.

Depending on the user’s choice the mobile application can either complete the authentication request (see authUser (service) [v2]) or cancel it (see cancelAuthUser (service) [v2]).

URL

https://dpgateway_host:dpgateway_port/rest/v2/authentication/push /getPreparedSecureChallenge

Request

getPreparedSecureChallenge parameters

Parameter name

Data type

Description

serialNumber

String

Required. The unique identifier of the Digipass instance. This is the concatenation of the Digipass serial number and the Digipass sequence number, separated by a dash.

challengeKey

String

Required. The unique identifier used by OneSpan Authentication Server to identify a login request.

Example

{
  "serialNumber": "VDS1000000-1",
  "challengeKey": "1234567890",
}

Response

getPreparedSignatureRequest return values

Return value

Description

resultCodes

A JSON object that contains the return and status codes of the service.

result

A JSON object that contains the actual authentication request as a Secure Channel message (requestMessage).

Example

{
  "resultCodes":
    {
      "returnCodeEnum": "RET_SUCCESS",
      "statusCodeEnum": "STAT_SUCCESS",
      "returnCode": 0,
      "statusCode": 0
    },
  "result":
    {
      "requestMessage": "2EAA8300F254C137B35237560CCBFE98..."
    }
}


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