Skip to content

Commit 1b62d0d

Browse files
author
Chris Anderson
committed
Set the default attribute NameFormat to NAME_FORMAT_UNSPECIFIED as per section 2.7.3.1 of the spec
1 parent e5d0b4f commit 1b62d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/saml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ class AttributeType_(SamlBase):
10791079
def __init__(self,
10801080
attribute_value=None,
10811081
name=None,
1082-
name_format=NAME_FORMAT_URI,
1082+
name_format=NAME_FORMAT_UNSPECIFIED,
10831083
friendly_name=None,
10841084
text=None,
10851085
extension_elements=None,

0 commit comments

Comments
 (0)