denoland / nodetodenochallenge

Take any Node project, run it with Deno, share on Twitter, earn prizes #NodeToDenoChallenge
https://deno.com/blog/node-to-deno-challenge
1 stars 0 forks source link

oidc-provider #33

Open danielbeeke opened 10 months ago

danielbeeke commented 10 months ago

I have tried to run npm:oidc-provider.

I did with: https://github.com/danielbeeke/oidc-poc:

Unfortunately there are some problems.

Helpful issue:

image

portwatcher commented 1 week 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.

danielbeeke commented 1 week ago

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).