Bug #724
Add a node type for saml2:KeyInfoConfirmationDataType
Start date:
10 October 2011
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Planning:
Description
saml2:KeyInfoConfirmationDataType is the XSchema data type to embed ds:KeyInfo as SubjectConfirmationData, example
<saml2:SubjectConfirmation> <saml2:SubjectConfirmationData xsi:type="saml2:KeyInfoConfirmationDataType"> <ds:KeyInfo></ds:KeyInfo>etc.. </saml2:SubjectConfirmationData> </saml2:SubjectConfirmation>
It should be supported by Lasso, through an xsi:type mapping (as it has no real node name). The ultimate goal is to support the holder of key subject confirmation method.
Related issues
[xml saml-2.0] add a class to handle the KeyInfoConfirmationData type
node having the xsi:type attribute. * overload get_xmlNode method to add the xsi:type attribute on output.