From 38a02e5d00c20401c1067da64fd7b55f95403484 Mon Sep 17 00:00:00 2001 From: Ryan Slobojan Date: Wed, 6 Oct 2021 18:02:13 -0400 Subject: [PATCH] Add in the data we have so far on AB's SHC impl * Their key will eventually show up at https://skphr.prd.telushealthspace.com/.well-known/jwks.json however they appear to have misconfigured CloudFlare and that URL redirects to /home, which means none of the SHCs issued by AB to date can be validated :( --- src/issuers.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/issuers.js b/src/issuers.js index e87321b..933e923 100644 --- a/src/issuers.js +++ b/src/issuers.js @@ -69,6 +69,14 @@ const issuers = [ y: "7hVieFGuHJeaNRCxVgKeVpoxDJevytgoCxqVZ6cfcdk" }, ] }, + { + id: "ca.ab", + iss: "https://covidrecords.alberta.ca/smarthealth/issuer", + keys: [ + { kid: "JoO-sJHpheZboXdsUK4NtfulfvpiN1GlTdNnXN3XAnM", + alg: "ES256", kty: "EC", crv: "P-256", use: "sig" } + ] + } ]; module.exports = {