Hi every one.
First of all i would like to thank Orbeon community because of the quick and
effective answers.
It seems Orbeon portlet proxy dose not undestand Liferay users inherited
roles(roles assigned to all users of the same group in Liferay), however it
works fine with Liferay users regular roles. My properties-local.xml file is
as follow:
<properties xmlns:xs="
http://www.w3.org/2001/XMLSchema"
xmlns:oxf="
http://www.orbeon.com/oxf/processors">
<property as="xs:string" name="oxf.fr.persistence.provider.*.*.*"
value="oracle"/>
<property as="xs:string" name="oxf.fr.persistence.oracle.datasource"
value="oracle"/>
<property as="xs:boolean" name="oxf.fr.persistence.oracle.create-flat-view"
value="true"/>
<property as="xs:anyURI" processor-name="oxf:page-flow"
name="authorizer" value="/orbeon-auth"/>
<property as="xs:string" name="oxf.fr.authentication.method"
value="header"/>
<property as="xs:string" name="oxf.fr.authentication.header.username"
value="Orbeon-Liferay-User-Email"/>
<property as="xs:string" name="oxf.fr.authentication.header.roles"
value="Orbeon-Liferay-User-Roles"/>
<property as="xs:string" name="oxf.fr.authentication.header.group"
value="Orbeon-Liferay-User-Group"/>
<property as="xs:string" name="oxf.xforms.forward-submission-headers"
value="Orbeon-Liferay-User-Email Orbeon-Liferay-User-Roles
Orbeon-Liferay-User-Group"/>
<property as="xs:boolean" name="oxf.xforms.async-portlet-load"
value="true"/>
</properties>
do i have made any mistakes, or is there any possible solution for this
problem?
BEST
--
View this message in context:
http://discuss.orbeon.com/Liferay-inherited-roles-tp4658542.html
Sent from the Orbeon Forms community mailing list mailing list archive at Nabble.com.