silentpartnersoftware/Keycloak.Net

jsonproperties in Keycloak.Net.Models.ProtocolMappers.ProtocolMapper

Closed this issue · 1 comments

When using CreateProtocolMapperAsync. You have to define Keycloak.Net.Models.ProtocolMappers.ProtocolMapper with Keycloak.Net.Models.ProtocolMappers.Config which also has the wrong jsonproperties: [JsonProperty("jsonTypelabel")].

Should the attributes corrected or also a switsch to Dictionary<string,string>.

I could prepare the changes.

If you create a pull request I would be happy to merge and create a new nuget!