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 5e38e07 commit 2aa62c1Copy full SHA for 2aa62c1
openid_connect.server_conf
@@ -27,6 +27,7 @@
27
proxy_cache_valid 200 12h; # How long to consider keys "fresh"
28
proxy_cache_use_stale error timeout updating; # Use old JWK Set if cannot reach IdP
29
proxy_ignore_headers Cache-Control Expires Set-Cookie; # Does not influence caching
30
+ proxy_method GET; # In case client request was non-GET
31
proxy_pass $oidc_jwt_keyfile; # Expecting to find a URI here
32
}
33
0 commit comments