Re: Implementation of STR-Transform

2008-01-16 Thread Supun Kamburugamuva
> I think this method is a bit of a problem in the STR-Transformation > case. The STR-Transformation requires access to the whole security > header for finding the actual token. But since only the transformation > node (in this case SecurityTokenreference node) is passed to the > method there is no

Re: Implementation of STR-Transform

2008-01-04 Thread Supun Kamburugamuva
> Not a problem. That's why we implemented transformations in this way. > But how would this effect to function oxs_xml_sig_transform_n_digest() > when we return an array list ? In the enveloped transformation we can safely use this method. We can check the id of the transformation if the transfor

Re: Implementation of STR-Transform

2008-01-03 Thread Kaushalye Kapuruge
Supun Kamburugamuva wrote: Hi, I'm trying to implement the STR transformation for Rampart. This transformation is required to sign SAML tokens. I encountered few problems with the current infrastructure provided by the oxs_transform.h and oxs_transformation_factory.h while implementing this. In

Implementation of STR-Transform

2008-01-03 Thread Supun Kamburugamuva
Hi, I'm trying to implement the STR transformation for Rampart. This transformation is required to sign SAML tokens. I encountered few problems with the current infrastructure provided by the oxs_transform.h and oxs_transformation_factory.h while implementing this. In the STR transformation we gi