HealthCatalyst / Fabric.Identity

Identity service to provide authentication
Apache License 2.0
12 stars 6 forks source link

Fixed an issue where we were adding two name claims to the claims col… #290

Closed michaelvidal24 closed 5 years ago

michaelvidal24 commented 5 years ago

…lection. This was breaking deserialization in the .net core openid connection auth middleware as it was expecting a string not an array.

Still need to beef up the unit tests around the changes.