Update htdocs/core/login/functions_openid_connect.php

Co-authored-by: Florent Poinsaut <1256948+FlorentPoinsaut@users.noreply.github.com>
This commit is contained in:
Jeritiana Ravelojaona 2023-01-21 14:05:56 +03:00 committed by GitHub
parent 8ba94e7294
commit cb9e2a1bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ function check_user_password_openid_connect($usertotest, $passwordtotest, $entit
// OIDC does not require credentials here: pass on to next auth handler
$_SESSION["dol_loginmesg"] = "Not an OpenID Connect flow";
dol_syslog("functions_openid_connect::check_user_password_openid_connect not an OIDC flow");
} elseif (GETPOSTISSET['code']) {
} elseif (GETPOSTISSET('code')) {
$auth_code = GETPOST('code', 'aZ09');
dol_syslog("functions_openid_connect::check_user_password_openid_connect code=".$auth_code);