Click or drag to resize

ServiceRouterSSOLinkByLoginID Method

Note: This API is now obsolete.

**SUNSET** 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 SSOLinkByLoginID(
	SSORequestByLoginIDParamsIn param
)

Parameters

param  SSORequestByLoginIDParamsIn
A new SSORequestByLoginIDParamsIn object

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 by the user login.

Note  Note
This request is identical to SSOLinkByLogin(SSORequestByLoginParamsIn) except a password is not required

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
* LoginID

See Also