v6.0.5
Issues Fixed
Ticket #916: NullReferenceException in PasswordAuthenticationService when credential is null
Returns an error message when the user has no credential.
Ticket #920: Fix the idserverui .NET template
Ticket #914: PatchRequest for complex properties returns an incorrect response structure
When an update operation is executed with IsFullRepresentationReturned set to false, the returned representation will be incomplete. To receive the full representation after an update, set IsFullRepresentationReturned to true.
Ticket #917: [SCIM] GET request returns 500 for non-existing resource with query filter
Now returns HTTP 404 when the excludedAttributes query parameter is provided and the resource does not exist.