RE: Binding/Validating a SAMLv2 Token with STS

2008-07-01 Thread Arundel, Donal
Subject: Binding/Validating a SAMLv2 Token with STS So my STS returns a SAML token that I can get as an w3c element. I'm wondering how I can bind that token to an outgoing message and then validate a SAMLv2 token on an incoming service call. There are samples of, I think, something similiar

Re: Binding/Validating a SAMLv2 Token with STS

2008-07-01 Thread Glen Mazza
We use Apache WSS4J for WS-Security, so you may want to check that group's mailing list to determine current SAML support. I think Metro and possibly Axis2 is ahead of CXF with SAML support, but am unsure. Glen 2008-06-30 Tim Williams wrote: > So my STS returns a SAML token that I can get as an

Binding/Validating a SAMLv2 Token with STS

2008-06-30 Thread Tim Williams
So my STS returns a SAML token that I can get as an w3c element. I'm wondering how I can bind that token to an outgoing message and then validate a SAMLv2 token on an incoming service call. There are samples of, I think, something similiar using a UserNameToken with WSS4J(In|Out)Interceptor but I