We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462118f commit 3ddb2b7Copy full SHA for 3ddb2b7
1 file changed
documentation/getting-started.md
@@ -68,8 +68,7 @@ Throughout this guide, there are several instances where the RS has to send an H
68
The AS needs some way to verify if the request comes from the RS.
69
The current implementation makes use of [HTTP signatures](https://datatracker.ietf.org/doc/html/rfc9421).
70
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>.
+This key can be found at <http://localhost:3000/.well-known/jwks.json>.
73
The RS uses that same key to sign its messages as described in the RFC,
74
using the [http-message-signatures](https://www.npmjs.com/package/http-message-signatures) library.
75
This is done for every HTTP request the RS sends to the AS in the following sections.
0 commit comments