Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: masa on June 11, 2009, 07:04:29 AM
-
Hi All.
I use and am developing Config Object Model application block.
I want to check whether the input password is the same as the password of Person of ConfigServer.
However, because the password of Person is encrypted, it is not possible to compare it.
It is not found though there only have to be an attestation method and a method that can be decoded.
Please teach if there is a good method.
Thank
-
Hi Masa,
There is the request "RequestAuthenticate" available in Configuration Platform SDK that allows you authenticate user's credentials. COM AB doesn't "wrap" this request so you have to use Configuration PSDK directly.
R.