> 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 way we can access the security header from this > function. >
I have found a solution to the STR-Transformation case. The solution is to get the root node of the given node first and then use this root node to search for the required SAML assertion. I used the axiom_node_get_parent to find the root node of the node tree. Regards, Supun..
