How to use NGinx parameter inside URL #4322
Unanswered
gid-fieldcode
asked this question in
Q&A
Replies: 1 comment 14 replies
-
Kind reminder.... |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our SecurityPolicy, we need to define a parametric JWKS URI (utilizing
%REQ(Host)%
) like this:However this gives us an error:
"error": "invalid remote JWKS URI: parse \"https://%REQ(Host)%/auth/certs\": invalid URL escape \"%RE\"\n invalid remote JWKS URI: parse \"https://%REQ(Host)%/auth/certs\": invalid URL escape \"%RE\""}
Please suggest the proper syntax.
Beta Was this translation helpful? Give feedback.
All reactions