Sun GlassFish Web Space Server 10.0 Administration Guide

OpenSSO

OpenSSO is a property in the portal.properties file, which is the default configuration file for Sun GlassFish Web Space Server. You can override this property using portal-ext.properties file.

These properties controls Liferay's integration with OpenSSO.

Set this to true to enable OpenSSO authentication.


open.sso.auth.enabled=false

Set the log in URL and log out URL. The first URL is the link to your OpenSSO server (which can be the same server as the one running Liferay); the second URL is the link to your Liferay Portal.


open.sso.login.url=http://openssohost.example.com:8080/opensso/UI/Login?
goto=http://portalhost.example.com:8080/c/portal/login
open.sso.logout.url=http://openssohost.example.com:8080/opensso/UI/Logout?
goto=http://portalhost.example.com:8080/web/guest/home

Set the URL to the OpenSSO service.


open.sso.service.url=http://openssohost.example.com:8080/opensso

Set the HTTP attribute name for the user's screen name.


open.sso.screen.name.attr=uid

Set the HTTP attribute name for the user's email address.


open.sso.email.address.attr=mail

Set the HTTP attribute name for the user's Common Name.


open.sso.first.name.attr=cn

Set the HTTP attribute name for the user's Surname.


open.sso.last.name.attr=sn