.
This commit is contained in:
parent
b1214279da
commit
a21ebe1581
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ const provider = new oidc.Provider(PROVIDER_ISSUER, {
|
|||
});
|
||||
|
||||
const app = express();
|
||||
app.enable("trust proxy");
|
||||
|
||||
app.get("/interaction/:uid", async (req, res) => {
|
||||
const details = await provider.interactionDetails(req, res);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue