I am using npm package panva's oidc-provider to implement features of OIDC for login.
I want to override a few well known configurations of OIDC provider.
Well known configuration url:
<EXTERNAL DNS OF AUTH SERVER>/.well-known/openid-configuration
For example : I want to override the <EXTERNAL DNS OF AUTH SERVER>/token
end point to <INTERNAL DNS OF AUTH SERVER>/token
Is any such feature given by the library?
Can anyone help me please?