mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-23 15:07:44 +01:00
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 :(
This commit is contained in:
parent
d0eafe76c8
commit
38a02e5d00
@ -69,6 +69,14 @@ const issuers = [
|
|||||||
y: "7hVieFGuHJeaNRCxVgKeVpoxDJevytgoCxqVZ6cfcdk" },
|
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 = {
|
module.exports = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user