-
Task
-
Resolution: Done
-
Major
-
None
-
None
BASIC authentication mechanism is ignored when it is configured to be silent and incoming requests do not contain Authorization header. Currently, we do not log when the mechanism is ignored.
This issue is to enhance logging of silent BASIC authentication mechanism.
The code for the BASIC authentication mechanism can be found here. Search for references to "silent".
An example of how to add a trace logging message can be found here:
https://github.com/wildfly-security/wildfly-elytron/blob/2a172e3519cfe745b033498916988dfcfa38486b/http/base/src/main/java/org/wildfly/security/http/HttpAuthenticator.java#L184