Hello everyone,
we are using cas 5.3.8 in prod. I was trying to enable the rest password management. I have added the dependencies and the required cas.properties but getting a 404 response from CAS.
My cas.properties are as following:
cas.authn.pm.rest.endpointUrlEmail=
https://cas1.myschool.edu/cas/reset-email cas.authn.pm.rest.endpointUrlSecurityQuestions=
https://cas1.myschool.edu/cas/reset-sq cas.authn.pm.rest.endpointUrlChange=
https://cas1.myschool.edu/cas/change-password
The response from cas was as follows:
{
"timestamp": 1555313983769,
"status": 404,
"error": "Not Found",
"message": "No message available",
"path": "/cas/reset-sq"
}