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

Auth_Simple: Retrieve attributes of current AuthSource.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2640 44740490-163a-0410-bde0-09ae8108e29a
parent 3cd200e2
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ class SimpleSAML_Auth_Simple {
/* Authenticated. */
$session = SimpleSAML_Session::getInstance();
return $session->getAttributes();
return $session->getAuthData($this->authSource, 'Attributes');
}
......
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