This commit is contained in:
Maxime Besson 2021-11-29 16:23:50 +01:00
parent bb380ee0e4
commit d1676f8f39

View File

@ -96,7 +96,7 @@ Sample code::
};
sub addClaimToUserInfo {
my ( $self, $req, $userinfo ) = @_;
my ( $self, $req, $userinfo, $rp) = @_;
$userinfo->{"userinfo_hook"} = 1;
return PE_OK;
}