jpmtl

Results 2 comments of jpmtl

A cheese workaround for JsonClaimConverter issues. `[JsonProperty(PropertyName = "claims")] [JsonConverter(typeof(JsonClaimConverter))] public IList Claims { get; set; }` ``` public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) {...

I'm also using IdentityServer4 and have it running fine against the AspNetCore.Identity.DocumentDb . Partitioning is definitely an issue and I'll probably have to go with a Mongo implementation without it....