Skip to content

Commit 3ddb2b7

Browse files
committed
docs: Use correct link for JWKS
1 parent 462118f commit 3ddb2b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/getting-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ Throughout this guide, there are several instances where the RS has to send an H
6868
The AS needs some way to verify if the request comes from the RS.
6969
The current implementation makes use of [HTTP signatures](https://datatracker.ietf.org/doc/html/rfc9421).
7070
To enable this, the RS needs to expose a [JSON Web Key](https://datatracker.ietf.org/doc/html/rfc7517).
71-
This key can be found at the `jwks_uri` API of OpenID configuration of the RS,
72-
seen at <http://localhost:3000/.well-known/openid-configuration>.
71+
This key can be found at <http://localhost:3000/.well-known/jwks.json>.
7372
The RS uses that same key to sign its messages as described in the RFC,
7473
using the [http-message-signatures](https://www.npmjs.com/package/http-message-signatures) library.
7574
This is done for every HTTP request the RS sends to the AS in the following sections.

0 commit comments

Comments
 (0)