You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

This feature is available in DualShield v6.8 or later

Devices can also be enrolled in bulk by the administrators.

Collect Device IDs

First, the administrator needs to collect the Device IDs from users. 

Unable to render {include} The included page could not be found.

Create a Token Secret File

Then, the administrator needs to create a Token Secret File. Below is a sample: 


Token File Format
<?xml version="1.0" encoding="utf-8"?>
<data>
  <header>
    <manufacturerCode>DN</manufacturerCode>
    <productCode>ASDID</productCode>
  </header>
  <tokens>
    <token>
      <serial></serial>
      <description>work phone</description>
      <deviceId>XXXXXXXX</deviceId>
      <deviceModel>iPhone Max 14</deviceModel>
      <deviceOS>iOS 14</deviceOS>
      <mailClient>Apple Mail</mailClient>
    </token>
    <token>
      <serial></serial>
      <description>work phone</description>
      <deviceId>XXXXXXXX</deviceId>
      <deviceModel>Sumsung Galaxy S23</deviceModel>
      <deviceOS>Android 13</deviceOS>
      <mailClient>Google Mail</mailClient>
    </token>
  </tokens>
</data>  

Import Device IDs

Finally, the administrator needs to import the Token Secret File into the DualShield server.

Every security token has its own unique secret or seed. A file that contains a collection of tokens and their secrets or seeds is called Token Seed/Secret File. To import tokens in bulk, you need to have a Token Secret/Seeds File. 

When you purchase a batch of OTP tokens you will be able to download a file that contains the secret of all tokens. This file is called token seed or secret file. 

Please follow the instruction below to download the token seed/secret file for the tokens that you have purchased:

(Make sure that you select "DualShield" as the Seed File Format)

https://wiki.deepnetsecurity.com/display/SafeID/How+to+request+token+seed+or+secret+file

Once you have the token seed file, follow the steps below to import the file into your DualShield server.

In the DualShield Admin Console, navigate to "Repository | Tokens"

Click the "Import" button

Select the Repository to which the tokens will be imported

Select the token seed file

Enter the password of the token seed file, if the seed file is encrypted by a password. 

Click the "Save" button

  • No labels