We are using dctm-rest in our project along with siteminder for authentication. It was working fine till we changed the domain name.
After changing the domain name we are getting 500 response code with below error message.
"status": 500,
"error": "Internal Server Error",
"message": "401 : [{"status":401,"code":"E_BAD_CREDENTIALS_ERROR","message":"Authentication failed because an invalid credential is provided.","details":"User has been authenticated to the SiteMinder Access Manager but the SM token validation is failed in Content Server.","id":"3e388ffd-448c-4566-8c65-2b6e9e3fd8af"}]",
Do we need to make any whitelisting on the content server side for the new domain name or any configurational change on the siteminder's side?
Any clarity regarding this will be very helpful for us.
Thanks