Skip to content
Snippets Groups Projects
Commit a665c902 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix exampleauth; closes #1225

parent 86cd5fff
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ class External extends \SimpleSAML\Auth\Source ...@@ -129,7 +129,7 @@ class External extends \SimpleSAML\Auth\Source
* First we add the identifier of this authentication source * First we add the identifier of this authentication source
* to the state array, so that we know where to resume. * to the state array, so that we know where to resume.
*/ */
$state['exampleauth:AuthID'] = self::AUTHID; $state['exampleauth:AuthID'] = $this->authId;
/* /*
* We need to save the $state-array, so that we can resume the * We need to save the $state-array, so that we can resume the
......
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