We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01e0faf commit 98d3d25Copy full SHA for 98d3d25
src/saml2/saml.py
@@ -441,7 +441,7 @@ class SubjectConfirmationDataType_(SamlBase):
441
c_attributes = SamlBase.c_attributes.copy()
442
c_child_order = SamlBase.c_child_order[:]
443
c_cardinality = SamlBase.c_cardinality.copy()
444
- c_attributes['NotBefore'] = ('not_before', 'AsTime', False)
+ c_attributes['NotBefore'] = ('not_before', 'dateTime', False)
445
c_attributes['NotOnOrAfter'] = ('not_on_or_after', 'dateTime', False)
446
c_attributes['Recipient'] = ('recipient', 'anyURI', False)
447
c_attributes['InResponseTo'] = ('in_response_to', 'NCName', False)
0 commit comments