}
if (Authentication.SAML == auxiliaryStorageAuthentication) {
STSClient stsClient = STSClientCreator.create(factoryBean.getBus(), stsProps);
STSRESTOutInterceptor outInterceptor = new STSRESTOutInterceptor();
outInterceptor.setStsClient(stsClient);
factoryBean.getOutInterceptors().add(outInterceptor);
factoryBean.getOutInterceptors().add(new SamlHeaderOutInterceptor());
}