I'm struggling through this right now.  Using a Ping Federate server, it
does not lend itself well to the STS client but you can get a token using
Pings own APIs and then insert it into the SOAP envelope.  Basically, write
some interceptors to do this work.

  Microsoft's ADFS 2.0 is set up that it could be done with CXF but I have
not been able to get it to work because of a https problem.  ADFS can ONLY
have an https set up to request tokens and I'm stuck now because of what I
perceive as a bug with CXF in using a https connection to get token but a
http call to the service that requests the token.  It should work but does
not.

I have not tried this with Shibboleth but last time I checked it did not do
web services.

On Thu, Feb 4, 2010 at 9:31 AM, marlonguerios <[email protected]> wrote:

>
> Hi people, I guess the answer for my question is "no", but I would like to
> hear from you if it really isn't possible to create a security token
> service
> using CXF and what would be your suggestions for such a project.
>
> Thanks!
> --
> View this message in context:
> http://old.nabble.com/Is-it-possible-to-create-a-STS-using-CXF--tp27452207p27452207.html
> Sent from the cxf-user mailing list archive at Nabble.com.
>
>

Reply via email to