Identity Service Command Line Interface

You may use the IdentyServer4 program with additional parameters to manage the database:

$ plass.id.identity.exe [{/seed | /reseed}] [/demo]

Where:

  • seed initialize role and user tables with default roles and the Global System Administrator (sysadmin@plass.dk)
  • reseed recreates (empties) the database and then does the seed
  • demo creates an array of demo logins from country ‘Denmark’, corresponding to the demo officers in the DVI database.

    Warning!
    Using reseed immediately DELETES ALL CONTENT in your database

the syntax is described in Documenting command-line syntax

Updated: