Skip to content

Commit 4e6d713

Browse files
authored
Add UWDF Director Key to issuer.jwks
1 parent ac9a9db commit 4e6d713

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.well-known/issuer.jwks

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"keys": [
3+
{
4+
"alg": "ES256",
5+
"crv": "P-256",
6+
"kid": "ElZV0R_c79SCYHGyvCJDAnyuLVFhcICshcyMQyUTXp8",
7+
"kty": "EC",
8+
"x": "EuVScVN_ss_xIJsjuhVkqaosWYutNPjCOgSfQC10a3U",
9+
"y": "rOTf6d8UdZx-MPTdsyb6OxNl1duUQ8Vne2wBXr8GsMQ"
10+
}
311
{
412
"alg": "ES256",
513
"crv": "P-256",

0 commit comments

Comments
 (0)