Questions tagged [oidc-provider]
25 questions
0
votes
2 answers
Customize . well-known configurations in npm oidc-provider library
I am using npm package panva's oidc-provider to implement features of OIDC for login.
I want to override a few well known configurations of OIDC provider.
Well known configuration url:

Divya Singh
- 147
- 1
- 13
0
votes
2 answers
How to get user information using node oidc provider
I got access token and I will pass access_token to userinfo endpoint it throwing an invalid token provided error How to fix this Issue. I tried to debug why this error is throwing we have validateAccessToken method(userinfo.js) in this method check…

Hariprasath Vengatachalam
- 155
- 6
- 18
0
votes
2 answers
How to get access_token using token endpoint in the node OIDC provider
I tried to get access_token and refresh_token using authorization code flow using node oidc provider. I got auth_code. but I could not get access token and refresh token How to fix this Issue. I referred many documentation but I could not get…

Hariprasath Vengatachalam
- 155
- 6
- 18
0
votes
1 answer
How to get access token and refresh token in the /token endpoint using OIDC provider
I tried to get the access token and refresh token in the /token endpoint. I got authorization code and I will pass the token endpoint but it's throwing grant request is invalid error. How to fix this issue
Configuration
const oidc = new…

Hariprasath Vengatachalam
- 155
- 6
- 18
0
votes
1 answer
How to get the Authorization code in the node OIDC provider
I implemented node-OIDC-Provider in Node JS I got Id-token but I need authorize-code. So, when I hit this Api(http://localhost:3000/auth?client_id=oidcCLIENT&response_type=code&scope=openid&redirect_uri=http://localhost:3000) it throwing an…

Hariprasath Vengatachalam
- 155
- 6
- 18
0
votes
1 answer
How to integrate OIDC Provider in Node jS
I tried to Integrate OIDC Provider to Node JS and I have a Sample Code. So, I run this Sample code it's throwing an error(unrecognized route or not allowed method (GET on /api/v1/.well-known/openid-configuration)).The problem is…

Hariprasath Vengatachalam
- 155
- 6
- 18
0
votes
1 answer
How do I mount an node-oidc-provider against a mountPath using ExpressJS?
I am using the node-oidc-provider (v6.29.3) library to build a simple OIDC Connect mock-service and am having issues trying to mount the provider against a specific mountPath. It all works fine if mounted against / but trying to mount against /oidc…

Dave Sag
- 13,266
- 14
- 86
- 134
0
votes
1 answer
node-oidc-provider authorization code not found
So i'm trying to implement an openID Connect server using the node-oidc-provider library by panda, using typescript.
I'm encountering a problem when trying to exchange the authorization_code for an auth token. Basically it says the code is not…

Pistacchio
- 445
- 4
- 15
0
votes
1 answer
Getting Swagger UI oauth2 work with oidc-provider
I am trying to get Swagger UI to successfully authorize to a oidc-provider instance.
I have set up a minimal (as possible) instance on glitch here: https://glitch.com/~copper-vise
What it does is:
have swagger UI on /doc serving the definition from…

Fozi
- 4,973
- 1
- 32
- 56