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

authSignatureRequest (Command)

  • Sombre
    Lumière
  • PDF

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

The authSignatureRequest command initiates a data signing transaction. It creates a signature request key and distributes it to the respective authenticator applications via push notifications. The command suspends its working thread (releasing any database locks) and resumes after receiving a continue signal by another authSignature call.

The signing request is retrieved by the client using getPreparedSignatureRequest (see  getPreparedSignatureRequest (Command)).

Parameters

  Table:  authSignatureRequest input parameters
Parameter nameData typeDescription
componentTypeStringRequired. The name of the related client component.
userUserInputRequired. The user account to be used.
serialNumberStringOptional. The serial number of the authenticator to handle the signature request specifically. If omitted, a push notification is sent to any applicable authenticator instance.
pushPushSignatureRequestRequired. Choice element. The request method – push notification – is implicitly determined by the data type. The element body contains the signature data (see  PushSignatureRequest (Data type)).
  Table:  authSignatureRequest 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.

resultAuthSignatureRequestResultOptional. The result of the command (see  AuthSignatureRequestResult (Data type)).

PushSignatureRequest (Data type)

The PushSignatureRequest type consists of a choice between different signature data types used for transaction data signing via push notification. For instance, a list of separate key/value signature data fields or a complete binary data signature body.

  Table:  PushSignatureRequest (Data type)
Parameter nameData typeDescription
signatureFieldsSignatureFieldsChoice element. The signature data fields to sign (see Table: SignatureFields (Data type)).
signatureBodyBinary data (Hex)Choice element. The hexadecimal binary data to sign.
  Table:  SignatureFields (Data type)
Parameter nameData typeDescription
titleStringTitle of the secure channel message.
dataFieldDataFieldOptional. Zero or more key/value data fields.

AuthSignatureRequestResult (Data type)

  Table:  AuthSignatureRequestResult (Data type)
Parameter nameData typeDescription
userUserOutputThe resolved user information (see Table: UserOutput (Data type)).
serialNumberStringThe serial number of the authenticator effectively used to complete the signing request.
  Table:  UserOutput (Data type)
Element nameData typeDescription
userIDStringThe resolved user ID.
domainStringThe user domain.
orgUnitStringOptional. The organizational unit of the user.

Example

<soapenv:Envelopexmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
  <soapenv:Header/>
  <soapenv:Body>
    <sig:authSignatureRequestxmlns:prov="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Signature">
      <componentType>Push Notification Client</componentType>
      <userxsi:type="BASIC-TYPES:UserInput">
        <userID>user01</userID>
      </user>
      <serialNumber>12345678</serialNumber>
      <pushxsi:type="SIGNATURE-TYPES:PushSignatureRequest">
        <signatureBody>0F1F2F3F4F5F6F7F8F9F0FAFBFCFDFEFFF</signatureBody>
      </push>
    </sig:authSignatureRequest>
  </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