Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The connection between the XACML connector deployed in Liferay and WSO2 XACML engine is through Thrift.

Note
titleUsing thrift in XACML calls

In order to use thrift in XACML calls, you must first enable the thrift service in the <IS_HOME>/repository/conf/identity.xml file. Set this to true.

Code Block
languagexml
<EnableThriftService>true</EnableThriftService>

You need to add following properties to the portal-ext.properties file:

...