Juris Gekišs

Results 2 issues of Juris Gekišs

https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/30c16ab82cf4338c6d6e04a5d4094795aa83c587/src/Microsoft.IdentityModel.Xml/XmlUtil.cs#L193 According https://www.w3.org/TR/xmlschema-1/#xsi_type attribute name must be "type" in lowercase https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/30c16ab82cf4338c6d6e04a5d4094795aa83c587/src/Microsoft.IdentityModel.Xml/XmlSignatureConstants.cs#L58

Enhancement

### Describe the bug Adding client property through admin API, POST api/Clients/{id}/Properties https://github.com/skoruba/Duende.IdentityServer.Admin/blob/724a318e80f710d13a457088887b94ace24e7dec/src/Skoruba.Duende.IdentityServer.Admin.Api/Controllers/ClientsController.cs#L174 expected that method return newly added property id, but method always return value id equal 1 ###...