manually set provider.proxy in OIDC

feature/cd
Garrett Mills 4 years ago
parent 11b8a5ae42
commit d9c76e8dde
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -58,6 +58,7 @@ class OpenIDConnectUnit extends Unit {
...configuration,
})
if ( configuration.proxy ) this.provider.proxy = true
app.express.use('/oidc', this.wrap(this.provider.callback))
}

Loading…
Cancel
Save