| ServiceRouterSSOLinkByEmpIdentifier Method |  | 
Note: This API is now obsolete.
Namespace: AppOne.Web.Service.Services.V1R0Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntax Exceptions
Exceptions Remarks
RemarksFor a complete rundown on SSO please see the SSOService Class
            
                Use this method to perform a single sign-on operation by the employee identifier (EmpIdentifier). 
                
|  Note | 
|---|
| The URL that is returned will automatically direct the user to a specific location within the time web services application.  If the credentials used for the SSO operation were a time-web manager
                    then the user will be directed at the manager dashboard.  If it was an employee then they will see the employee dashboard. | 
|  Caution | 
|---|
| The URL that is returned from this request is only valid for 3 minutes.  The URL will make an authentication validation request then it will perform another redirection to a valid login session. | 
Required Fields
                    * 
CustomerAlias
                    * 
SSOSharedKey
                    * 
EmpIdentifier  See Also
See Also