Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#233] Prevent logging of invalid login credentials #234

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

notmyown
Copy link

because the DefaultDelegatedClientIdentityProviderConfigurationProducer of apereo.cas would print invalid credentials at an invalid login attempt, the password in the log event need to be masked to prevent guessing of actual credentials

because the DefaultDelegatedClientIdentityProviderConfigurationProducer of apereo.cas
would print invalid credentials at an invalid login attempt, the password in the log event need to be masked to prevent guessing of actual credentials
@notmyown notmyown linked an issue Nov 13, 2024 that may be closed by this pull request
@cloudgge
Copy link
Contributor

LGTM. I was able to verify manually that it is now fixed, but the related integration test still fails with the changes of this branch though. Waiting a bit to clear that up and afterwards we can merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prevent Logging of misspelled password in debug mode
2 participants