I am seeing the following error in my logs:
null subject, cannot extract SAML token required for WS-TRUST
The above message is seen on the server side of my web service. My client adds a STS token into header and adds handler: SAML2Handler to attach the token into SOAP Security Header....
what am I missing?