" /> I want to do the user authentication of Person by using Config PlatformSDK. - Genesys CTI User Forum

Author Topic: I want to do the user authentication of Person by using Config PlatformSDK.  (Read 2543 times)

Offline masa

  • Newbie
  • *
  • Posts: 3
  • Karma: 0
Advertisement
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



Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
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.