Workflow Manager 6.0
You can set up a Guest account to permit users without Workflow Manager login credentials to access features – such as viewing Reports or searching for a request – without entering a User ID or Password.
The default value of this setting in web.config is:
<!-- Guest System Access -->
<add key="GuestAccount" value="" />
To specify the Guest Account:
1. | Create a new Workflow Manager user to use as the Guest Account. |
2. | Open the wwwroot directory of the Workflow Manager installation and open web.config in a text editor. |
3. | Locate the GuestAccount portion of this file: |
<add key="GuestAccount" value="" />
4. | Set the GuestAccount value to the name of the Workflow Manager user that you just created: |
<add key="GuestAccount" value="username@companyname.com" />
Workflow Manager 6.0 / AdminStudio Enterprise Server 11.5 Help LibraryJune 29, 2012 |
Copyright Information | Contact Us |