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

UPN attribute is not correctly lowercased #736

Closed
crackytsi opened this issue Sep 27, 2018 · 1 comment
Closed

UPN attribute is not correctly lowercased #736

crackytsi opened this issue Sep 27, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@crackytsi
Copy link

crackytsi commented Sep 27, 2018

Request Type

Bug

Work Environment

Question Answer
TheHive version / git hash 3.1

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.

@To-om To-om self-assigned this Oct 2, 2018
@To-om To-om added this to the 3.1.1 milestone Oct 2, 2018
@To-om To-om added the bug label Oct 2, 2018
@To-om
Copy link
Contributor

To-om commented Oct 2, 2018

Fixed by TheHive-Project/elastic4play#71

@To-om To-om closed this as completed Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants