getPreparedSecureChallenge (Command)
- 16 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
getPreparedSecureChallenge (Command)
- Mis à jour le 16 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
The content is currently unavailable in French. You are viewing the default English version.
Résumé de l’article
Avez-vous trouvé ce résumé utile ?
Merci pour vos commentaires
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
GetPreparedSecureChallengeResult (Data type)
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 ?