*Title: Single Sign On handler (SSO) *Original author: Bard Farstad *Documentation: A single sign on(SSO) handler plugin system is introduced. This means that you can run a piece of PHP code on every new instance of a session. Here you can check if the user is already logged in with another system and automatically log the user in to eZ Publish - without any typing of passwords. The security and integration is handled by the specific plugins. It adds a new setting in site.in under UserSettings: SingleSignOnHandlerArray This array defines the available single sign on handlers. The handlers needs to be placed in an extension in the directory under sso_handler. The sso handler needs to implement a class like shown below: