07-01-2016 06:19 AM
authentication.chain=customauth:external
external.authentication.enabled=true
external.authentication.proxyHeader=X-Alfresco-sso-header
external.authentication.proxyUserName=
external.authentication.defaultAdministratorUserNames=
create.missing.people=false
<!– Enable control over mapping between request and user ID –>
<bean id="remoteUserMapper" class="com.mariott.security.authentication.external.MarriottRemoteUserMapper">
<property name="proxyUserName">
<value>${external.authentication.proxyUserName}</value>
</property>
<property name="proxyHeader">
<value>${external.authentication.proxyHeader}</value>
</property>
<property name="active">
<value>${external.authentication.enabled}</value>
</property>
<property name="userIdPattern">
<value>${external.authentication.userIdPattern}</value>
</property>
<property name="personService">
<ref bean="PersonService" />
</property>
</bean>
07-02-2016 10:55 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.