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 98dbab3 commit ecc664dCopy full SHA for ecc664d
opaque_session_token/frontend.conf
@@ -16,6 +16,9 @@ js_set $auth_token getAuthToken;
16
keyval_zone zone=sessions:1M state=state_sessions.json timeout=1h; # CHANGE timeout to JWT validity period
17
keyval $cookie_auth_token $session_jwt zone=sessions; # Exchange cookie for JWT
18
19
+# Caching for JWT keys when using 'auth_jwt_key_request' with NGINX Plus R17+
20
+proxy_cache_path /var/cache/nginx/jwk levels=1 keys_zone=jwk:1m max_size=10m;
21
+
22
# The frontend server - reverse proxy with OpenID Connect authentication
23
#
24
server {
0 commit comments