Generate + mount the JWT signing JWKS (todo §3); ES256 gen-jwks tool, committed dev key, key-rotation docs
This commit is contained in:
14
ory/kratos/tokenizer/jwks.json
Normal file
14
ory/kratos/tokenizer/jwks.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"keys": [
|
||||
{
|
||||
"kid": "42634591-3e04-49d5-a818-284d7021a85f",
|
||||
"alg": "ES256",
|
||||
"crv": "P-256",
|
||||
"d": "w5PlXL22zetbkrvjgx7ICtgUyvMG0t3N5I3qok2uoN4",
|
||||
"kty": "EC",
|
||||
"use": "sig",
|
||||
"x": "n_6hOl1l_xcOIkh0EfpJ-bTtzVyrUBe2_6M8_FfmrVg",
|
||||
"y": "OTtDmRMqXxGMZCG2ybhDBnajd3erMg4W-OKRvBhVzKw"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user