Difference between revisions of "Single Sign-On"

From SmartWiki
Jump to: navigation, search
(Cipher encrypted reference)
(URL Request Parameters)
Line 47: Line 47:
 
|Encryption method
 
|Encryption method
 
|1 or 2
 
|1 or 2
 +
|-
 +
|alias
 +
|SSO alias
 +
|ssoalias
 +
|-
 +
|message
 +
|Encrypted String, encryption method is indicated by emparameter
 +
|cm90YXJ5Oztjcm1 ……
 
|}
 
|}
  

Revision as of 14:07, 5 May 2014

General Information

SmartSimple offers two methods of implementing Single Sign-On (SSO) integration:

  1. SAML 2.0
  2. Cipher encrypted reference

This page provides technical details of each solution.

Implementation of Single Sign On using either method requires configuration by both SmartSimple and the administrator of the system that will provide the authentication. Please contact your account manager or SmartSimple support for further information.

There is no ongoing monthly or annual fee associated with use of SSO. Fees are for implementation only.

SAML 2.0

SmartSimple supports SAML (Security Assertion Markup Language) 2.0 at the recipient end of an authenticated login. For example, the user will log into the client side system/infrastructure and then SSO into SmartSimple, not vice versa.

The client system will construct a base64-encoded SAML response object and send this to the user’s browser. The user’s browser will then be forwarded to the SmartSimple server.

The following Assertion attributes are used:

  • UID (client system’s unique user id)
  • Email (optional)
  • First name (optional)
  • Last name (optional)
  • Department (optional)
  • Roles (optional)
  • Language (optional)
  • RedirectURL (optional)

Note: Client must provide SmartSimple with a public key in base64-encoded X509Certificate format for digital signature validation.

Contact SmartSimple for an example of a valid SAML Response.

Cipher encrypted reference

The SmartSimple cipher-encrypted reference SSO is accessed by passing parameters in the URL, including an encrypted token, for authentication.

Example:

http://myalias.smartsimple.com/QryAuth/?em=2&alias=myalias&message=dnnOBh9xvqPSC9uXZFAz10Tc

URL Request Parameters

Parameter Name Description Sample
em Encryption method 1 or 2
alias SSO alias ssoalias
message Encrypted String, encryption method is indicated by emparameter cm90YXJ5Oztjcm1 ……

See Also