Working with ExpressOIDC with proxy via nodejs

Hi, i have been read documentation at @okta/oidc-middleware - npm and currently using v5.5.0

I got a problem that when i tried to use ExpressOIDC middleware with proxy

such as http-proxy, http-proxy-agent and tried working as document suggest

`const Issuer = require(‘openid-client’).Issuer;

Issuer.useRequest();

const oidc = new ExpressOIDC({

});`

but none of them works well, since request npm package deprecate in 2020

there is way to suggest for ExpressOIDC to working with proxy

sorry for my bad grammar

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.