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 8f4f8db commit aa99e0fCopy full SHA for aa99e0f
frontend.conf
@@ -6,7 +6,7 @@ upstream my_backend {
6
7
# Custom log format to include the 'sub' claim in the REMOTE_USER field
8
log_format main_jwt '$remote_addr $jwt_claim_sub $remote_user [$time_local] "$request" $status '
9
- '$body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for" $arg_nonce';
+ '$body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded_for"';
10
11
# nginScript functions for code exchange and hashing for secure nonce validation
12
js_include conf.d/openid_connect.js;
0 commit comments