Skip to content

Commit dc73a04

Browse files
author
Roland Hedberg
committed
Missed one number in the schac attribute base urn.
1 parent ce33d5f commit dc73a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/saml2/attributemaps/saml_uri.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
UCL_DIR_PILOT = 'urn:oid:0.9.2342.19200300.100.1.'
88
PKCS_9 = "urn:oid:1.2.840.113549.1.9.1."
99
UMICH = "urn:oid:1.3.6.1.4.1.250.1.57."
10-
SCHAC = "urn:oid:1.3.6.1.4.1.25178.2."
10+
SCHAC = "urn:oid:1.3.6.1.4.1.25178.1.2."
1111

1212
#urn:oid:1.3.6.1.4.1.1466.115.121.1.26
1313

0 commit comments

Comments
 (0)