Docs
Reference

Public signing keys

The keys that verify a penv-cloud workload token.

GET/.well-known/jwks

The keys that verify a penv-cloud workload token. Cached for five minutes rather than aggressively, because a relying party holding a stale key set through a rotation would reject live tokens.

Response Body

application/json

application/json

curl -X GET "https://example.com/.well-known/jwks"
{  "keys": [    {      "kid": "string",      "use": "string",      "alg": "string",      "kty": "string",      "property1": null,      "property2": null    }  ]}