Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(openid): fixed http method for userinfo endpoint - #10044 (#10085)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinsivy committed Sep 8, 2021
1 parent c8684ec commit dc804aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/class/centreonAuth.SSO.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ public function getOpenIdConnectUserInfo(
try {
$result = $restHttp->call(
$url,
'POST',
'GET',
$data,
[$authentication],
true,
Expand Down

0 comments on commit dc804aa

Please sign in to comment.