-
Notifications
You must be signed in to change notification settings - Fork 897
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
Allow users already in UPN format #16849
Conversation
The Classic UI peels the domain from the userid before authenticating. The SSUI does not. These changes will make username matching more robust. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1424618
@abellotti Please merge when tests pass. |
@miq-bot assign @abellotti |
@miq-bot add_babels bug, authentication |
@jvlcek unrecognized command 'add_babels', ignoring... Accepted commands are: add_label, assign, close_issue, move_issue, remove_label, rm_label, set_milestone |
@miq-bot add_labels bug, authentication |
Checked commit jvlcek@e2fe6bf with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
@miq-bot add_label gaprindashvili/yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 👍
Allow users already in UPN format (cherry picked from commit 91aa9fb) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536221
Gaprindashvili backport details:
|
The Classic UI peels the domain from the userid before authenticating.
The SSUI does not.
These changes will make username matching more robust by supporting both a username with and without the domain portion.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1424618
Related PRs:
Converting userids to UPN format to avoid duplicate user records 15535
Add support for the domain user attribute 127
Document support for the domain user attribute 424
Add support for the external auth domain user attribute 250
[FINE] Do not downcase the amazon IAM username #15959
If the userid is not found in the DB do a case insensitive search 15904
Steps for Testing/QA