| ServiceRouterSSOEnabled Method |  | 
                Determines if single sign-on is enable for the specific customer alias (
CustomerAlias)
            
 AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic bool SSOEnabled(
	string ca,
	string key
)
function SSOEnabled(ca, key);
Parameters
- ca  String
- A CustomerAlias String
- key  String
- A valid SSO time web service key
Return Value
BooleanReturns true if the customer alias has been enabled for SSO connections
 Remarks
RemarksFor 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 | 
|---|
| 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
See Also