-
Notifications
You must be signed in to change notification settings - Fork 624
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
[Bug] Header Variable authentication does not work #1251
Comments
@crackytsi I can't reproduce the problem. The user name is case sensitive. |
Hi @To-om I don't know, but it does not work. |
Btw: |
I'll lowercase user logins. This will solve case sensitivity. Regarding authentication with header, I use this command: Note that if you have set |
@To-om Thanks a lot!!! Thats very nice :) :) Thanks a lot also for your lowercasing, we can close this topic now :) |
thank you for your feedback. |
Bug
Work Environment
Problem Description
Header Variable Authentication does not work as Expected.
My Auth-Config is:
I can not see any error message or the authenticated user.
Actually my reverse proxy are the same as in TheHive , there I just had an entry like this:
header.name = THEHIVE_USER
The username is lowercased.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: