manually set provider.proxy in OIDC
This commit is contained in:
parent
11b8a5ae42
commit
d9c76e8dde
@ -58,6 +58,7 @@ class OpenIDConnectUnit extends Unit {
|
|||||||
...configuration,
|
...configuration,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if ( configuration.proxy ) this.provider.proxy = true
|
||||||
app.express.use('/oidc', this.wrap(this.provider.callback))
|
app.express.use('/oidc', this.wrap(this.provider.callback))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user