I have a WebService and I use client authentication validating certificates. I created a .jar, which serves to authenticate my service, added the property “jaas-context” and configured my login.conf. My authentication works, but every time a method of my service is invoked, a warning is thrown in the Payara console. Used the same service on Glassfish and no warnings were generated on the console.
Warning:
Problem:
The service works fine, the problem is that this warning will clog the client’s server logs, preventing important information from being easily viewed.
Questions:
- What does this log mean?
- How can I supress it?
- How can I change the form of authentication so that the warning log no longer appears?
Settings:
- Server: Payara Server 2021.10
- Java: OpenJdk Zulu 17.0 LTS