Hi!
I have recently installed ORDS on Tomcat for the first time following this guide:
https://oracle-base.com/articles/misc/oracle-rest-data-services-ords-installation-on-tomcat-22-onward
As far as I can tell the applications are completely functional, but I am faced with a flood of the following error in catalina.out:
(I changed the hash)
WARNING An attempt was made to authenticate the locked user [uXjZKrR5LM2BYd_3q8KlZw..]
The value of the user corresponds to the user string from our Oauth POST's, but this is handled by our application and i am puzzled as to why tomcat would attempt to authenticate these out of the box, I am struggling to find the relevant settings.
Any idea how i could prevent these warnings?
Thanks in advance!
Niels