We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 742f020 commit 6010a63Copy full SHA for 6010a63
1 file changed
src/SAML11/Constants.php
@@ -66,6 +66,11 @@ class Constants extends \SimpleSAML\XMLSecurity\Constants
66
*/
67
public const AC_UNSPECIFIED = 'urn:oasis:names:tc:SAML:1.0:am:unspecified';
68
69
+ /**
70
+ * Artifact subject confirmation method.
71
+ */
72
+ public const CM_ARTIFACT = 'urn:oasis:names:tc:SAML:1.0:cm:artifact';
73
+
74
/**
75
* Bearer subject confirmation method.
76
0 commit comments