summaryrefslogtreecommitdiffstats
path: root/lib/SAML2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/SAML2')
-rw-r--r--lib/SAML2/Const.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/SAML2/Const.php b/lib/SAML2/Const.php
index 79f03a6..2c7a74a 100644
--- a/lib/SAML2/Const.php
+++ b/lib/SAML2/Const.php
@@ -125,6 +125,11 @@ class SAML2_Const {
*/
const STATUS_NO_PASSIVE = 'urn:oasis:names:tc:SAML:2.0:status:NoPassive';
+ /**
+ * Second-level status code for PartialLogout.
+ */
+ const STATUS_PARTIAL_LOGOUT = 'urn:oasis:names:tc:SAML:2.0:status:PartialLogout';
+
}
?> \ No newline at end of file