Project

General

Profile

Bug #724

Add a node type for saml2:KeyInfoConfirmationDataType

Added by Benjamin Dauvergne over 13 years ago. Updated about 13 years ago.

Status:
Fermé
Priority:
Normal
Assignee:
-
Category:
-
Target version:
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

Blocks Authentic 2 - Développement #750: SAML2 Holder of keyNouveau12 October 2011

Actions

Associated revisions

Revision 94a9fe4f (diff)
Added by Benjamin Dauvergne over 13 years ago

[xml saml-2.0] add a class to handle the KeyInfoConfirmationData type

  • use a direct mapping to map this class to SubjectConfirmationData
    node having the xsi:type attribute. * overload get_xmlNode method to add the xsi:type attribute on output.

History

#1

Updated by Benjamin Dauvergne about 13 years ago

  • Status changed from Nouveau to Fermé

Also available in: Atom PDF