I'm trying to make a WCF Service work with a CXF-Fediz setup.
STS configuration has the WCF's service relying configuration.

I have a project that has been already been tested with ADFS (Windows
Authentication) and IdentityServer.codeplex.com (Username/Password
Authentication).

We have run into problems with the CXF/Fediz setup. When the same same wcf
client is redirected to it is seems that at some point instead of executing
the action
"*http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal*"; it
executed the action
"*http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/ValidateFinal*";.

This is where I also get the error that states failing on the *ValidateFinal
*action.
I looked about this but I couldn't really find anything about the subject.

It is my understanding that the ValidateFinal action is part of the WSTrust
1.4 and not 1.3. The problem is that WCF for the .NET stack, knows only
about the 1.3 version. 
There is a similar question about this on this 
http://social.msdn.microsoft.com/Forums/en-US/Geneva/thread/f5bd6419-51a9-4582-93fe-43b0fe3f44e8/
link  

Is my understanding correct that CXF/Fediz talks WSTrust 1.4?
If so then is 1.4 a requirement and if not what is the workaround? Is it
something that can be configured from the sts side or is there anything
else?

Sad thing about WCF is that next version that ships with .NET4.5 isn't
covering WSTrust 1.4. At least there is nothing mentioned.



--
View this message in context: 
http://cxf.547215.n5.nabble.com/WS-Trust-Version-and-WCF-tp5711662.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to