Hi all,
I try to get Wss4jSecurityInerceptor working together with SpringBoot.
My SOAP Service is required to be secured with SAML. So I put in an Assertion
inside the wsse Security Header and configured Wss4j. Is used the
ValidationAction SAMLTokenSigned
securityInterceptor.setValidationActions("SAMLTokenSigned");
That seems to work. When I debug the Wss4jInterceptor class I can see, that the
wsse header is parsed and the assertion is validated.
But after that I do not have a SecurityContext set to parse the claims and
other stuff from the SAML Principal.
Do I miss some other configuration steps?
Thanks in advance!
Best regards
Daniel