I'm using lua-resty-openidc to configure NGINX as an OIDC RP with my Authorization Server.
My requirement is to pass a value from the initial request coming to the Nginx (from the browser, let's say a query param), in the authorization code request to the Authorization Server (from Nginx).
Is there a way to achieve this? Appreciate any help on this.