Local Authentication with Pre-Loaded Static Passwords
  • 17 Jan 2025
  • 1 Minute à lire
  • Sombre
    Lumière
  • PDF

Local Authentication with Pre-Loaded Static Passwords

  • Sombre
    Lumière
  • PDF

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

For this operation to succeed, the following administrative tasks should be performed in OneSpan Authentication Server:

To configure OneSpan Authentication Server for local authentication (with pre-loaded static passwords)

  1. Register the client application.
  2. Define a policy with the following settings:

    • Policy > Local Authentication: Digipass Only, DIGIPASS/Password during Grace Period, or DIGIPASS or Password
    • Policy > Back-End Authentication: None
  3. Register the client component.
  4. Assign the policy previously defined to the registered client application.
  5. Import software authenticators.
  6. 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_STATIC_PASSWORD
  • 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">test1</value>
          <attributeID>PROVFLD_USERID</attributeID>
        </attributes>
        <attributes>
          <valuexsi:type="xsd:string">passwd</value>
          <attributeID>PROVFLD_STATIC_PASSWORD</attributeID>
        </attributes>
      </attributeSet>
    </prov:provisioningExecute>
  </soapenv:Body>
</soapenv:Envelope>

In this example, the specified user's password is passwd. OneSpan Authentication Server will verify this locally before generating an activation code.


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