Click or drag to resize

ServiceRouterSSOLinkByEmpIdentifierQuery Method

Note: This API is now obsolete.

**OBSOLETE** See V2 GetSSOLink(GetSSOLinkIn)

Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
[ObsoleteAttribute]
public string SSOLinkByEmpIdentifierQuery(
	string ca,
	string key,
	string uid
)

Parameters

ca  String
A CustomerAlias String
key  String
A valid SSO time web service key
uid  String
A valid employee id

Return Value

String
Returns a URL that will sign-in the specified user
Exceptions
ExceptionCondition
ServiceExceptionInvalid credentials in payload
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  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 note  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