Hello,
CER API authentication fails on Emergency Responder 11.5.2.20000-6. Both on freshly installed clusters and ones upgraded from 10.5.2.
The API user has the correct roles, and I am including the MD5 hash of the password as the API documentation states:
http://{CER-IP}/cerappservices/export/authenticate/status/{user-name}/{MD5-encrypted-password}
The CER publisher responds:
<authentication><status>Authentication failed on publisher </status></authentication>
The API user is able to sign into the CER web interface /ceradmin just fine.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hi,
CER 11.5.2.20000-6 does not support MD5 hash format of password. It supports only SHA256 password hash.
You can use the url as below.
http://http://{CER-IP}/cerappservices/export/authenticate/status/{user-name}/{SHA256-encrypted-passwordhttp://{CER-IP}/cerappservices/export/authenticate/status/{user-name}/{SHA256-encrypted-password{CER-IP}/cerappservices/export/authenticate/status/{user-name}/{SHA256-encrypted-password}
regards,
Naveen
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thank you Naveen. That fixed it.
Thanks,
Chris
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.