- 17 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
Activation Codes Encrypted with Pre-Loaded Static Passwords
- Mis à jour le 17 Jan 2025
- 1 Minute à lire
- SombreLumière
- PDF
For this operation to succeed, the following administrative tasks should be performed in OneSpan Authentication Server:
To configure OneSpan Authentication Server to provide activation codes encrypted with pre-loaded static passwords
- Register the client application.
Define a provisioning policy with the following settings:
- Policy > Local Authentication: None
- Policy > Back-End Authentication: None
- Assign the policy previously defined to the registered client application.
- Import software authenticators.
- Pre-load users with their static passwords.
For more information about performing these tasks, see the OneSpan Authentication Server Administrator Guide.
To execute this operation, the registered client application needs to send a provisioningExecute SOAP command to OneSpan Authentication Server, where the value for the cmd element is PROVISIONCMD_REGISTER.
At a minimum, this SOAP command requires the following set of field attributes to perform this operation:
- PROVFLD_USERID
- PROVFLD_COMPONENT_TYPE
For more information about the required and optional attributes for this command, see SOAP provisioning.
A client application that uses the DP4Web Provisioning Sample Client component type will typically send the following SOAP command to register user test1 for this provisioning scenario:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:prov="http://www.vasco.com/IdentikeyServer/IdentikeyTypes/Provisioning"> <soapenv:Header/> <soapenv:Body> <prov:provisioningExecute> <cmd>PROVISIONCMD_REGISTER</cmd> <attributeSet> <attributes> <valuexsi:type="xsd:string">233655275246515E5336245456302C2D55335D5720455A2952335C5254475A53</value> <attributeID>PROVFLD_ALEA</attributeID> </attributes> <attributes> <valuexsi:type="xsd:string">DP4Web Provisioning Sample Client</value> <attributeID>PROVFLD_COMPONENT_TYPE</attributeID> </attributes> <attributes> <valuexsi:type="xsd:string">test</value> <attributeID>PROVFLD_USERID</attributeID> </attributes> </attributeSet> </prov:provisioningExecute> </soapenv:Body> </soapenv:Envelope>