When i use AuthenticationClient authClient = new AuthenticationClient(); to connec to CWS i get an authentication token back but when i try to do anything else , for example: DocumentManagementClient.getNode, I'm getting the error 'OTDS username and password are required.’
I tried using the OTDS authentication instead and again, I'm able to authenticate and get a token back but when i try to validate the user AuthenticationClient.ValidateUser i get the following error:
'{Error validating a ticket. com.opentext.otds.OtdsException: com.opentext.otds.OtdsException : Invalid MAC on encrypted byte array [OTDS 1023]}'
Has anyone ran into this issue?