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

Print proper message when user not exist in authn request #1655

Closed
orenbm opened this issue Jun 29, 2020 · 0 comments · Fixed by #1657
Closed

Print proper message when user not exist in authn request #1655

orenbm opened this issue Jun 29, 2020 · 0 comments · Fixed by #1657
Assignees

Comments

@orenbm
Copy link
Member

orenbm commented Jun 29, 2020

We currently do not verify that the user exists in authentication (and login) requests
with the default authenticator. This means that in case a user sends an authn request
with default authenticator and a Conjur user that does not exist we will write an
InvalidCredentials message to the log. This doesn't tell the story properly and a
RoleNotFound message will be better.

Note: this message will not be returned in the response and will only be written
to the log.

@orenbm orenbm self-assigned this Jun 29, 2020
@orenbm orenbm linked a pull request Jun 29, 2020 that will close this issue
2 tasks
@orenbm orenbm added this to the PalmTree - sprint 2014 milestone Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant