ServiceRouterSSOLinkByEmpIdentifierQuery 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 [ObsoleteAttribute]
public string SSOLinkByEmpIdentifierQuery(
string ca,
string key,
string uid
)
function SSOLinkByEmpIdentifierQuery(ca, key, uid);
Parameters
- ca String
- A CustomerAlias String
- key String
- A valid SSO time web service key
- uid String
- A valid employee id
Return Value
StringReturns a URL that will sign-in the specified user
Exceptions Remarks For 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