Skip to content
Snippets Groups Projects

hotline #94159 Skilleos : compatibility with last API

Merged Laurent requested to merge hotline#94159_skilleos_mise_a_jour_de_l_api into hotline
Compare and Show latest version
2 files
+ 3
2
Preferences
Compare changes
Files
2
@@ -36,7 +36,8 @@ class Skilleos_Plugin_AuthController extends Class_DigitalResource_Controller {
$attributes = ['sn' => $user->getNom(),
'mail' => $user->getMail(),
'givenName' => $user->getPrenom()];
'givenName' => $user->getPrenom(),
'bibId' => $user->getLibelleBib()];
return $this->_helper->casValidResponse($user, $ticket, $attributes);
}
}