dolibarr 18.0.6
|
OpenID Connect: Authorization Code flow authentication. More...
Go to the source code of this file.
Functions | |
check_user_password_openid_connect ($usertotest, $passwordtotest, $entitytotest) | |
Check validity of user/password/entity If test is ko, reason must be filled into $_SESSION["dol_loginmesg"]. | |
OpenID Connect: Authorization Code flow authentication.
See https://github.com/Dolibarr/dolibarr/issues/22740 for more information about setup openid_connect
Definition in file functions_openid_connect.php.
check_user_password_openid_connect | ( | $usertotest, | |
$passwordtotest, | |||
$entitytotest ) |
Check validity of user/password/entity If test is ko, reason must be filled into $_SESSION["dol_loginmesg"].
string | $usertotest | Login |
string | $passwordtotest | Password |
int | $entitytotest | Number of instance (always 1 if module multicompany not enabled) |
Definition at line 37 of file functions_openid_connect.php.
References dol_syslog(), GETPOST(), and getURLContent().