We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TheHive compares the extracted UPN Firstname.Lastname@example.com with the internal useraccount (always lowercased) to firstname.lastname@example.com. This must fail.
Use a certificate with Uppercase characters in UPN.
Lowercase the UPN or any attribute that is compared with the usernames defined in TheHive.
The text was updated successfully, but these errors were encountered:
Fixed by TheHive-Project/elastic4play#71
Sorry, something went wrong.
To-om
No branches or pull requests
Request Type
Bug
Work Environment
Problem Description
TheHive compares the extracted UPN
Firstname.Lastname@example.com with the internal useraccount (always lowercased) to firstname.lastname@example.com. This must fail.
Steps to Reproduce
Use a certificate with Uppercase characters in UPN.
Possible Solutions
Lowercase the UPN or any attribute that is compared with the usernames defined in TheHive.
The text was updated successfully, but these errors were encountered: