We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decaf73 commit d9073c6Copy full SHA for d9073c6
src/Constants.php
@@ -479,6 +479,16 @@ class Constants extends \SimpleSAML\XMLSecurity\Constants
479
*/
480
public const string ACTION_GHPP = 'urn:oasis:names:tc:SAML:1.0:action:ghpp';
481
482
+ /**
483
+ * Sent when the principal wishes to terminate the indicated session
484
+ */
485
+ public const string LOGOUT_USER = 'urn:oasis:names:tc:SAML:2.0:logout:user';
486
+
487
488
+ * Sent when an administrator wishes to terminate the indicated session
489
490
+ public const string LOGOUT_ADMIN = 'urn:oasis:names:tc:SAML:2.0:logout:admin';
491
492
/**
493
* The maximum size for any entityid as per specification
494
0 commit comments