When importing users or other data from external systems, it is recommended that REST API provided by the Ubisecure CustomerID is used.
Users can be created by using the functions provided by the REST API or by using the import tool provided in the installation package.
...
Import tool on Windows is located at C:\Program Files\Ubisecure\customerid\ application\tools\importtool\import.cmd
. On Linux the respective path is /usr/local/ubisecure/customerid/application/tools/importool/import.sh
.
Using the import tool is a straight forward process; the command takes a list of filenames as a parameter and imports the data found in them to the system. For example:
Code Block | ||||
---|---|---|---|---|
| ||||
import.cmd importdata.cid |
...
For example calling import tool as follows:
Code Block | ||||
---|---|---|---|---|
| ||||
import.cmd -errors stop -duplicates error importdata.cid |
...
entity: role
role: ENTITYNAME
Supported characters are ("a-zA-Z") with Scandinavian characters ("äöåÄÖÅ"), numbers ("0-9"), space (" ") and ",._-". All other characters are replaced with a space.
Example:
entity: role
role: Example Organization/TestRole
...