Skip to content

Commit d9073c6

Browse files
committed
Add missing logout-constants
1 parent decaf73 commit d9073c6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Constants.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,16 @@ class Constants extends \SimpleSAML\XMLSecurity\Constants
479479
*/
480480
public const string ACTION_GHPP = 'urn:oasis:names:tc:SAML:1.0:action:ghpp';
481481

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+
482492
/**
483493
* The maximum size for any entityid as per specification
484494
*/

0 commit comments

Comments
 (0)