dsappSRPActivate (Command)
- 20 Dec 2024
- 1 Minute à lire
- SombreLumière
- PDF
dsappSRPActivate (Command)
- Mis à jour le 20 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
The dsappSRPActivate command activates an authenticator after a successful Digipass Software Advanced Provisioning Protocol-Secure Remote Password (DSAPP-SRP) provisioning operation. The activation command validates the one-time password (OTP) of the newly generated software authenticator or binds it to the mobile device. Once the OTP has been successfully validated, this command ends the authenticator grace period.
Parameters
ActivateCredentialInput (Data type)
DSAPPSRPActivateResult (Data type)
Element name | Data type | Description |
---|---|---|
user | UserOutput | User associated with the activation. |
serialNumber | String | Serial number of the activated authenticator. |
Example
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <prov:dsappSRPActivate xmlns:prov="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Provisioning"> <componentType>srp-component</componentType> <registrationID>xiOb8GC2</registrationID> <credential> <derivationCode>123456</derivationCode> </credential> </prov:dsappSRPActivate> </soapenv:Body> </soapenv:Envelope>
Cet article vous a-t-il été utile ?