It seems that in the change log from April 2019, that IDP usernames were made case-insensitive, however in 8.1.3 I'm unable to login unless the case matches for usernames.
Nightly Changelog: 8.0.0- beta.20190401
Allen-Bradley Drivers
13378: Update ENIP library to 1.3.0
13377: Fix regression in Logix driver ReadOptimizer
Ignition Platform
13199: Improved locking in subscription management and batch execution to avoid concurrent modification exceptions that were seen when importing tags.
Also fixes FB13226
12926: Fixed reconciliation of pulled folder deletes vs. local changes
12847: EAM Controller doesn’t display Gateway backup details
Internal error was thro…
13315: Compare usernames in a case-insensitive way
Login using an Ignition IdP now handles usernames in a case-insensitive fashion
Is this a regression?
I think that's a slightly misleading release note...
See this thread for more context on the bug:
Ah that explains it.
It appears that during authentication, the username is case insensitive, but when we perform the redirect back to the application (in this case, test login), we are performing a case sensitive lookup of the user’s information to fill in the attribute mapper and that lookup is based on how the user entered their username in the login form (in a case-sensitive fashion).
I’m going to mark this as a bug on our side. We’ll figure out a better way to handle this.
Thanks for sha…