DEV Community

Vimal
Vimal

Posted on

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