Hello,
I am trying to configure Content Server UI Widgets but are not working with OTDS users, getting the error:
"Invalid username/password specified." although the authentication to Content Server UI is working fine with OTDS users.
I tried to connect directly to Content Server REST API auth method from a very simple Javascript code:
var credentials = { userName: "demo", password: "xxxx" };
$.post(urlCS + "/auth", credentials, function (response) {
});
and I get the same error.
Any idea?
Thank you.