Introduction
The single authentication feature allows users to go directly to the iProcess Workspace (Browser) from another web application without going through the iProcess Workspace (Browser) Login screen. When configured for this feature, the system will authenticate the user using the credentials the user has already entered in the other web application.
The single authentication feature provides a secure method of passing the user’s credentials to the iProcess Workspace (Browser).
The way in which you implement this feature depends on whether you are using the Java or .NET Action Processor. Each is described in the following sections.
Single authentication is supported in the client application, as well as in custom applications created with WCC components.
|
Note |
Other methods of passing login credentials to perform a “direct login” are described in Direct Login. |
|
Note |
Also note that there is a configuration parameter (logoutUrl) that allows you to redirect the client upon a user logout. This feature can also be used with single authentication. For more information, see Redirecting Client to URL on Logout. |