From 339debd309a2b87fb8895e600cc7a28687676d44 Mon Sep 17 00:00:00 2001 From: zachary painter <60552605+ZPain8464@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:42:21 -0400 Subject: [PATCH] changes aud to iss under jwks description in README (#336) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23638aa..335917e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ the service will listen at `:8000`. Allows setting a static URL to use for fetching the public key(s) for verifying the Pomerium JWT. If unset, keys will be fetched from the domain -specified in the JWT `aud` claim (using the internal Pomerium endpoint at +specified in the JWT `iss` claim (using the internal Pomerium endpoint at `/.well-known/pomerium/jwks.json`). Note: in order for this to work correctly, you must define `signing_key` or `signing_key_file` in the Pomerium configuration.