> 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
> 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
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
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