I want to do the user authentication of Person by using Config PlatformSDK.

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

1 Like

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.