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

Odd logging if user not in authorized group #20

Open
marohrdanz opened this issue Apr 10, 2024 · 0 comments
Open

Odd logging if user not in authorized group #20

marohrdanz opened this issue Apr 10, 2024 · 0 comments

Comments

@marohrdanz
Copy link

If a request is sent for a user and a group for which the user is NOT a member, the server log includes a note that a token was generated. For example:

INFO ldap-jwt: Token generated for '<username>' with groups ''. JWT expires: <exp date>

The correct response is returned (a 401: Unauthorized). The issue is the misleading log message.

Present in release 1.3.0

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

No branches or pull requests

1 participant