Spring Integration: how to make the SecurityContext propagation working? -
i'm trying integrate 2 simple spring web applications spring integration, , want propagate spring securitycontext between 2 applications, i've not yet found working solution. the 2 applications similar between each other, there few differences in configuration: 1 of them has "caller", other 1 has "receiver". in order getting expected result, i'm using spring security , i've configured both applications following spring security configuration: <beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xsi:schemalocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1.xsd http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.1.xsd"> <http au...