getPreparedSecureChallenge (Command)
  • 16 Dec 2024
  • 1 Minute à lire
  • Sombre
    Lumière
  • PDF

getPreparedSecureChallenge (Command)

  • Sombre
    Lumière
  • PDF

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

During the Push Notification authentication workflow (push and login), the mobile application must fetch the secure challenge with the getPreparedSecureChallenge command. The command requires the previously received challenge key to continue with the authentication process.

Only one application is allowed to retrieve the secure challenge for the given challenge key.

Parameters

  
 Table:  getPreparedSecureChallenge input parameters
Parameter nameData typeDescription
componentTypeStringRequired. Specifies the component for which the secure challenge is to be retrieved.
serialNumberStringRequired. Serial number of the authenticator used for the authentication process.
challengeKeyStringRequired. The retrieved challenge key used to refer to the challenge generated during push and login.
  
 Table:  getPreparedSecureChallenge output parameters
Parameter nameData typeDescription
statusCommandStatusResponse

Required. The error stack, if applicable, which indicates that the command has not completed successfully. This also includes the result and status codes returned by the command.

resultGetPreparedSecureChallengeResultRequired. The output field for this command, returning information about the upgrade procedure as a Secure Channel message.

GetPreparedSecureChallengeResult (Data type)

  
 Table:  getPreparedSecureChallengeResult (Data type)
Parameter nameData typeDescription
RequestMessagehexBinaryRequired. The challenge as a Secure Channel message containing the retrieved challenge key used to refer to the challenge generated during push and login.

Example

<soapenv:Envelopexmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <aut:getPreparedSecureChallengexmlns:prov="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Authentication">
      <componentType>Push Notification Client</componentType>
      <serialNumber>12345678</serialNumber>
      <challengeKey>02fa56b3</challengeKey>
    </aut:getPreparedSecureChallenge>
  </soapenv:Body>
</soapenv:Envelope>

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