From dc804aa4d4fb7a8c8aebfa3c38c8ac6857ce592e Mon Sep 17 00:00:00 2001 From: Laurent Pinsivy Date: Wed, 8 Sep 2021 16:43:27 +0200 Subject: [PATCH] fix(openid): fixed http method for userinfo endpoint - #10044 (#10085) --- www/class/centreonAuth.SSO.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/class/centreonAuth.SSO.class.php b/www/class/centreonAuth.SSO.class.php index 73b689c11c2..70f00c46b8d 100644 --- a/www/class/centreonAuth.SSO.class.php +++ b/www/class/centreonAuth.SSO.class.php @@ -482,7 +482,7 @@ public function getOpenIdConnectUserInfo( try { $result = $restHttp->call( $url, - 'POST', + 'GET', $data, [$authentication], true,