FHIR Chat · Validation logic · bulk data

Stream: bulk data

Topic: Validation logic


view this post on Zulip Josh Mandel (Sep 30 2018 at 14:22):

Based on discussion just now, we realized that our validation steps say to match keys based on "kid" and "alg", but this should really be "kid" and "kty", since a given key can be used with >1 signing algorithm. The important thing is to match based on the id, and ensure we know whether it's an RSA vs EC key (which "kty" tells us). I've proposed https://github.com/smart-on-fhir/fhir-bulk-data-docs/pull/77 to correct this (just a tiny spot-fix).

view this post on Zulip Michele Mottini (Sep 30 2018 at 14:25):

...so a JWK with only "kty", "kid", "n" and "e" is (would be) valid, correct?

view this post on Zulip Josh Mandel (Sep 30 2018 at 14:27):

It would, yes!

view this post on Zulip Dennis Patterson (Sep 30 2018 at 15:22):

Made this change in the Cerner server


Last updated: Apr 12 2022 at 19:14 UTC