-
New Feature
-
Resolution: Duplicate
-
Minor
-
Jenkins 1.646
Role-based Authorization Strategy 2.2.0
Steps to reproduce:
- Create a user in Jenkins own user database with upper-case letters.
- Assign a role to this user, but use lower-case letters.
- Note that going back into Assign Roles shows the icon indicating that this user is valid.
- Note that this user does not have the appropriate role.
- Remove the previous role and assign the role to the user using upper-case letters.
- Note that the user now has the appropriate role.
Since a user can login to their account in a case insensitive way, the role assignments should also be handled in a case insensitive way. Right now, it is very hard to figure out why roles are not working when the case is not matched between the role screen and the user database.
- duplicates
-
JENKINS-19409 Support case-insensitive mode for user IDs
- Resolved
- is duplicated by
-
JENKINS-40442 Role assignments are case sensitive to login credentials
- Resolved
-
JENKINS-53580 Access denied, user no permission to Full / Read
- Closed