Update htdocs/core/login/functions_openid_connect.php
Co-authored-by: Florent Poinsaut <1256948+FlorentPoinsaut@users.noreply.github.com>
This commit is contained in:
parent
8ba94e7294
commit
cb9e2a1bdf
@ -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
|
// OIDC does not require credentials here: pass on to next auth handler
|
||||||
$_SESSION["dol_loginmesg"] = "Not an OpenID Connect flow";
|
$_SESSION["dol_loginmesg"] = "Not an OpenID Connect flow";
|
||||||
dol_syslog("functions_openid_connect::check_user_password_openid_connect not an OIDC 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');
|
$auth_code = GETPOST('code', 'aZ09');
|
||||||
dol_syslog("functions_openid_connect::check_user_password_openid_connect code=".$auth_code);
|
dol_syslog("functions_openid_connect::check_user_password_openid_connect code=".$auth_code);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user