The REST API is not returning the UserPassword hash. So, I would say it is not supported. But, I would maybe create a custom WebAPI endpoint. Then, in your IDP use the same hashing/encryption algorithm and pass the calculated hash to WebAPI and then compare it with the hash in Kentico - if match, the password is OK and authenticate the user.