Skip to content

Commit 6010a63

Browse files
committed
Add missing constant
1 parent 742f020 commit 6010a63

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/SAML11/Constants.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ class Constants extends \SimpleSAML\XMLSecurity\Constants
6666
*/
6767
public const AC_UNSPECIFIED = 'urn:oasis:names:tc:SAML:1.0:am:unspecified';
6868

69+
/**
70+
* Artifact subject confirmation method.
71+
*/
72+
public const CM_ARTIFACT = 'urn:oasis:names:tc:SAML:1.0:cm:artifact';
73+
6974
/**
7075
* Bearer subject confirmation method.
7176
*/

0 commit comments

Comments
 (0)