Append spoofId parameter (#2601)

This commit is contained in:
Alexandre KARIM 2021-09-06 14:18:10 +02:00
parent 6b85a85026
commit ad1244f272

View File

@ -49,6 +49,11 @@ sub getUser {
$self->conf->{proxyAuthServiceChoiceValue} )
: ()
),
(
$self->conf->{impersonationRule} && $req->param('spoofId')
? ( spoofId => $req->param('spoofId') )
: ()
)
}
);
unless ( $resp->is_success ) {