Skip to content

Commit 2aa62c1

Browse files
authored
Force GET when obtaining JWK by URI
1 parent 5e38e07 commit 2aa62c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openid_connect.server_conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
proxy_cache_valid 200 12h; # How long to consider keys "fresh"
2828
proxy_cache_use_stale error timeout updating; # Use old JWK Set if cannot reach IdP
2929
proxy_ignore_headers Cache-Control Expires Set-Cookie; # Does not influence caching
30+
proxy_method GET; # In case client request was non-GET
3031
proxy_pass $oidc_jwt_keyfile; # Expecting to find a URI here
3132
}
3233

0 commit comments

Comments
 (0)