Open danielbeeke opened 10 months ago
This may not be a deno issue, check your req.cookies contains related cookies or not. You may need a cookie parser, or a proper settings in your provider initialization.
I come here by googling "interaction session id cookie not found" and it turns out to be the issues at my side.
Hi @portwatcher thank you for the comment.
However.. what you see here is a reproducible issue, there is a GitHub repo that you can run both with Deno and Node. It works for Node and it did not work for Deno at the time (I have not tested since).
I have tried to run npm:oidc-provider.
I did with: https://github.com/danielbeeke/oidc-poc:
deno run -A --unstable-byonm server.js
.npm run dev
http://localhost:5173/
oops! something went wrong: error_description: interaction session id cookie not found
Unfortunately there are some problems.
Helpful issue: