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

SAML2:AuthnResponse - Removed SAML2_BINDINGS_POST and SAML2_STATUS_SUCCESS unused run-time defines.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@120 44740490-163a-0410-bde0-09ae8108e29a
parent 5b965670
No related branches found
No related tags found
No related merge requests found
...@@ -203,10 +203,6 @@ class SimpleSAML_XML_SAML20_AuthnResponse extends SimpleSAML_XML_AuthnResponse { ...@@ -203,10 +203,6 @@ class SimpleSAML_XML_SAML20_AuthnResponse extends SimpleSAML_XML_AuthnResponse {
$base64 = isset($md['base64attributes']) ? $md['base64attributes'] : false; $base64 = isset($md['base64attributes']) ? $md['base64attributes'] : false;
define('SAML2_BINDINGS_POST', 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST');
define('SAML2_STATUS_SUCCESS', 'urn:oasis:names:tc:SAML:2.0:status:Success');
/* /*
echo 'Validids<pre>'; echo 'Validids<pre>';
print_r($this->validIDs); print_r($this->validIDs);
......
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