Issue
You receive a security error when connecting to the WorkflowGen User Portal or Administration Module after completing the installation and configuration.
Cause
If you currently log in to Windows using your domain account (e.g. User1
) and try to connect to WorkflowGen using Windows Integrated authentication, WorkflowGen will try to authenticate User1
and search for a user named User1
in its database. Since this is a new installation, this user won’t exist because it hasn’t been created yet.
By default, there is only one account with which you can log in to WorkflowGen with after the installation (wfgen_admin
).
Solution 1
-
Log in to Windows using the
wfgen_admin
account. -
Connect to the Administration Module.
-
Create the user (e.g.
User1
) in the the directory manually, or perform a directory synchronization with your company’s Active Directory. -
Once the user has been created, log out of Windows, then log back in using your domain account.
You should now be able to access the WorkflowGen application.
Solution 2
-
Change the WorkflowGen website authentication to Basic authentication. (See the Security section in the WorkflowGen Technical Guide for more information on authentication methods.)
-
Log in to WorkflowGen using the
wfgen_admin
account. -
Create the user (e.g.
User1
) in the the directory manually, or perform a directory synchronization with your company’s Active Directory. -
Change the WorkflowGen website authentication back to Windows Integrated.
You should now be able to access the WorkflowGen application.