Add session data to oidcGenerateUserInfoResponse (#2725)

This commit is contained in:
Maxime Besson 2022-03-11 12:07:23 +01:00
parent f2f0071cc8
commit 6ed0e9c1b4
1 changed files with 1 additions and 1 deletions

View File

@ -1652,7 +1652,7 @@ sub buildUserInfoResponseFromData {
}
my $h = $self->p->processHook( $req, 'oidcGenerateUserInfoResponse',
$userinfo_response, $rp );
$userinfo_response, $rp, $session_data );
return {} if ( $h != PE_OK );
return $userinfo_response;