This page is for Authlete 2.x. For current (3.0) documentation, see this page.
JWK set settings for an Authlete Service
Preface
This article explains how to register a JWK set for an Authlete service.Preparing a JWK set
First, this article assumes that you have prepared a JWK set in some way. The following example illustrates usage of mkjwk.org service to generate an ES256 key pair, and parameters specified for it.
- Key Type: EC (Elliptic Curve)
- Curve: P-256
- Key Use: Signing
- Algorithm: ES256
- Key ID: 1

Registering the JWK set via Service Owner Console
Copy the generated content in the “Public and Private Keypair Set” section, paste it to the service’s “JWK Set Content” section in “JWK Set” tab and click “Update” button.