Element Summary

ElementDescriptionClass
agentThis agent will authenticate users against JAAS Infrastructure directly. It will look up for the "josso" login context. You have to configure a JAAS context under the name "josso", delcaring the SSOGatewayLoginModule, for example :

josso {
org.josso.liferay.agent.jaas.SSOGatewayLoginModule required debug=true;
};
org.josso.liferay5.agent.LiferaySSOAgent
agent-nativeNative JOSSO Agent implementation for Liferay 5.org.josso.liferay5.agent.LiferayNativeSSOAgent

Element Detail

Element: agent

AttributeTypeDescription
autoScreenNamexs:boolean
debugxs:integer
emailAddressPropertyxs:string
fistNamePropertyxs:string
gatewayLoginErrorUrlxs:string
gatewayLoginUrlxs:string
gatewayLogoutUrlxs:string
isStateOnClientxs:boolean
jossoAuthenticationUrixs:string
jossoLoginUrixs:string
jossoLogoutUrixs:string
jossoSecurityCheckUrixs:string
jossoUserLoginUrixs:string
lastNamePropertyxs:string
screenNamePropertyxs:string
sessionAccessMinIntervalxs:long
singlePointOfAccessxs:string
ssoCookiePathxs:string
stateOnClientxs:boolean
uriEncodingxs:string
ElementTypeDescription
automaticLoginStrategies(<spring:bean/>)*
configuration<spring:bean/>
gatewayServiceLocator<spring:bean/>
gatewayServiceLocators<spring:bean/>
parametersBuilders(<spring:bean/>)*

Element: agent-native

AttributeTypeDescription
debugxs:integer
gatewayLoginErrorUrlxs:string
gatewayLoginUrlxs:string
gatewayLogoutUrlxs:string
isStateOnClientxs:boolean
jossoAuthenticationUrixs:string
jossoLoginUrixs:string
jossoLogoutUrixs:string
jossoSecurityCheckUrixs:string
jossoUserLoginUrixs:string
sessionAccessMinIntervalxs:long
singlePointOfAccessxs:string
ssoCookiePathxs:string
stateOnClientxs:boolean
uriEncodingxs:string
ElementTypeDescription
automaticLoginStrategies(<spring:bean/>)*
configuration<spring:bean/>
gatewayServiceLocator<spring:bean/>
gatewayServiceLocators<spring:bean/>
parametersBuilders(<spring:bean/>)*