From 8a3856671c043dc6357d5882f55712446f276927 Mon Sep 17 00:00:00 2001 From: Tim Wellbrock <25177907+twellck@users.noreply.github.com> Date: Tue, 14 May 2024 18:44:36 +1000 Subject: [PATCH] Updated Documentation to reflect JWKsController changes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c1cb41..6515448 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,8 @@ Example: Additionally, you can configure the JWKS url and some settings for discovery in the config file. +_Note: If you define a `kid` header, it will be added to the JWK returned at the jwks_url (if `jwks` is enabled in the configuration)._ + ## Support You can fill an issue in the github section dedicated for that. I'll try to maintain this fork.