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

openidProvider: Remove delegation_prefix option which is unused.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1898 44740490-163a-0410-bde0-09ae8108e29a
parent bc479a96
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,6 @@ class sspmod_openidProvider_Server { ...@@ -73,7 +73,6 @@ class sspmod_openidProvider_Server {
$this->authSource = new SimpleSAML_Auth_Simple($config->getString('auth')); $this->authSource = new SimpleSAML_Auth_Simple($config->getString('auth'));
$this->usernameAttribute = $config->getString('username_attribute'); $this->usernameAttribute = $config->getString('username_attribute');
$this->delegationPrefix = $config->getString('delegation_prefix');
SimpleSAML_Utilities::maskErrors(E_WARNING | E_STRICT); SimpleSAML_Utilities::maskErrors(E_WARNING | E_STRICT);
try { try {
......
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