.
This commit is contained in:
parent
a21ebe1581
commit
774a6864a2
1 changed files with 3 additions and 0 deletions
|
|
@ -38,6 +38,9 @@ const provider = new oidc.Provider(PROVIDER_ISSUER, {
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
provider.proxy = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
app.enable("trust proxy");
|
app.enable("trust proxy");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue