Community
Participate
Working Groups
We should have a way to trace successful and failed login attempts, for security/audit purposes.
I have done this for form servlet (see FormAuthHelper#performAuthentication). However I don't see how to do this for OpenID login. Szymon, do you know a place where we can capture information that someone succeeded or failed to login using OpenID?
OpenidConsumer#verifyResponse in org.eclipse.orion.server.authentication.openid.core
Thanks Szymon. Released. The following logback.xml can be uncommented to log logins: <!-- <logger name="org.eclipse.orion.server.login" level="INFO"/> -->