dolibarr  19.0.0-dev
Functions
functions_openid_connect.php File Reference

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"]. More...
 

Detailed Description

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.

Function Documentation

◆ check_user_password_openid_connect()

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"].

Parameters
string$usertotestLogin
string$passwordtotestPassword
int$entitytotestNumber of instance (always 1 if module multicompany not enabled)
Returns
string Login if OK, '' if KO

Definition at line 37 of file functions_openid_connect.php.