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
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Hey, I'm also trying to implement node-oidc-provider now. How is it going with your project?
I finished it