Problem:
Please, is there any way how to get digest credentials of a specific end user?
The getUser call looked very promising, it returns digestCredentials field, but it is always empty. The same is true for password and pin fields. If these fields can not be retrieved, why are they in the response at all?
Solution:
The actual credential secrets (password/pin/digest p/w) are not returned by design. This follows security best practice for most authentication data stores (e.g. LDAP.)
Reference -
Comments
0 comments
Please sign in to leave a comment.