ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Identities are case-sensitive #91

Closed adamdriscoll closed 4 years ago

adamdriscoll commented 4 years ago

image

leeberg commented 4 years ago

Implemented ToLower all over the Identity Controller...

Note, oddly m => m.Name.Equals(name, System.StringComparison.OrdinalIgnoreCase) was not working at all. Replaced with simple ToLower()