We have an app that using Windows logon info for single sign-on to the app. Even though Windows is not case sensitive, the app is. So if the user ID is not in the correct case of upper and lowercase letter, the app doesn't work.
I noticed when a user signs into their Windows 8.1 computer, even though they typed capital letters into their user ID field, Windows automatically switches the user name back to all lowercase.
How can we fix this?