Configure database

Overview

PhenixID Signing Workflow stores metadata about signing requests in a SQL database. PhenixID Signing Workflow relies on an external database server. Current supported version is MS SQL.

This document describes how to setup the Signing Workflow SQL database. The database tables etc will be automatically created when the Signing Workflow service starts.

Create database

Create a database named workflow on your database server.

Create user and assign role

Create a database user on the database server. Assign the user DB_OWNER (or equivalent) rights to the workflow database.