Skip to content
Snippets Groups Projects
Commit a94c78ea authored by Olav Morken's avatar Olav Morken
Browse files

SAML2_Const: Add partial logout status code.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2126 44740490-163a-0410-bde0-09ae8108e29a
parent 0164d1f6
No related branches found
No related tags found
No related merge requests found
...@@ -125,6 +125,11 @@ class SAML2_Const { ...@@ -125,6 +125,11 @@ class SAML2_Const {
*/ */
const STATUS_NO_PASSIVE = 'urn:oasis:names:tc:SAML:2.0:status:NoPassive'; 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment