Hi all, I'm currently attempting to acquire a SAML token from a CXF STS, but I am receiving the following error in the catalina logs:
**WARNING: No token provider found for requested token type: http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1** and a SoapFault as a return to my client application. I'm assuming that the actual problem is that I don't have the realm configured correctly, and this is causing the SamlTokenProvider to reject the incoming request. Any help would be greatly appreciated, and I have attached my sts and client configuration xml files. Thanks, Dan http://cxf.547215.n5.nabble.com/file/n5643904/sts-servlet.xml sts-servlet.xml http://cxf.547215.n5.nabble.com/file/n5643904/client-config.xml client-config.xml -- View this message in context: http://cxf.547215.n5.nabble.com/No-Token-Provider-for-Saml-Token-V1-1-tp5643904p5643904.html Sent from the cxf-user mailing list archive at Nabble.com.
