Skip to content

Commit

Permalink
Add missing constant
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Dec 11, 2024
1 parent 7f54ef1 commit 3ff87f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SAML11/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ class Constants extends \SimpleSAML\XMLSecurity\Constants
*/
public const AC_UNSPECIFIED = 'urn:oasis:names:tc:SAML:1.0:am:unspecified';

/**
* Bearer subject confirmation method.
*/
public const CM_BEARER = 'urn:oasis:names:tc:SAML:1.0:cm:bearer';

/**
* The format to express a timestamp in SAML 1.1
*/
Expand Down

0 comments on commit 3ff87f7

Please sign in to comment.