DEV Community

Vimal
Vimal

Posted on

1

Oidc provider /auth route

http://localhost:3000/oidc/auth
?client_id=oidc_client
&response_type=code
&response_mode=query
&redirect_uri=http://localhost:3001/cb
&code_challenge=nqWxOqTBUa9iu9G5pL6LWChLS5TYEcyhwWbbQlj79ZU
&code_challenge_method=S256
&scope=openid

Top comments (2)

Collapse
 
khairold profile image
Khairold Safri

Hey, I'm also trying to implement node-oidc-provider now. How is it going with your project?

Collapse
 
vimal_adithan profile image
Vimal

I finished it

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay