Click or drag to resize

SSOServiceSSOEnabled Method

Determines if single sign-on is enable for the specific customer alias (CustomerAlias)

Namespace: AppOne.Web.Service.Services.V1R0
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool SSOEnabled(
	SSORequestByEmpIdentifierParamsIn param
)

Parameters

param  SSORequestByEmpIdentifierParamsIn
See the ServiceRouter.SSOEnabled(String, String) params for this specific method

Return Value

Boolean
Returns true if the customer alias has been enabled for SSO connections
Remarks
For a complete rundown on SSO please see the SSOService Class

Use this method to determine if a single sign-on is enable for the specific customer alias (CustomerAlias).

Caution note  Caution
The parameter for this particular methods value is documented with SSORequestByEmpIdentifierParamsIn which is an internal parameter. For the correct settings please visit the service wrapper SSOEnabled(String, String) parameters which have the correct values for both SOAP and REST exchanges.

The redirection in documentation for one-off scenarios is not very common within the time-web API, this method happens to be an exception.
See Also