32 questions
0
votes
0
answers
35
views
How to integrate node-oidc-provider with SvelteKit
I'm puzzled about how to integrate oidc-provider specifically with SvelteKit, and if anybody has any ideas, I'd love to hear them.
Fundamentally, this match comes with the way SvelteKit generates ...
0
votes
2
answers
282
views
node-oidc-provider: logout action does not remove session cookies
I am trying to set up logging out of an sso session using node-oidc-provider panva npm. The process flow seems to be working but there are two cookies that seem to still be present, "_session&...
0
votes
0
answers
131
views
Using oidc-provider for login using a /login endpoint
I am trying to implement my own api route which uses oidc internally. I have created a login route which takes username, password and scopes(optional) as input. Using them i am creating a token based ...
0
votes
0
answers
138
views
oidc-provider: how to add custom claims to /me endpoint and returned access token
I would like my /me endpoint to return specific custom claims as well as the data contained in my access token body. I have tried the following approach to no avail.
...,
formats: {
...
0
votes
1
answer
754
views
oidc-provider and oidc-client-ts: How to create SSO between multiple app when httpOnly cookies are needed
I am working on creating an sso solution using oidc-provider and oidc-client-ts using authorization code flow with pkce. I have the core configuration items in place and can go through the flow up to ...
0
votes
0
answers
71
views
JWT acr claim does not exist in id_token
I have integrated node oidc-provider library into my node application to create an IDP server. I have the following configuration:
{
oidc: {
clients: [
{
client_id: '',
...
0
votes
0
answers
122
views
node-oidc-provider /token method failing with 500 all the time
Implemented basic setup of node-oidc-provider from this github example with mongo adapter.
When deployed under a https it got worked earlier, however when tried to deploy the same code in a different ...
1
vote
0
answers
72
views
Is there a lightweight way to customize the devInteractions views without fully setting up a server?
We're currently using node-oidc-provider to make a mock local OIDC provider.
I'd like to make the login page look/behave more like our actual production login provider. Ultimately, my goal is to be ...
1
vote
0
answers
185
views
Creating anonymmous session using OpenID Connect Auth Server
I'm currently implementing an OpenID Authorization server (using node oidc-provider npm package) in place of a small in-house /login API built with express & passport, and I have some auth-related ...
0
votes
2
answers
564
views
JWT token validation required at Helidon SE Service
I need JWT token and scope validation at the Helidon SE service where my REST APIs are exposed.
I am using OIDC provider by following "https://helidon.io/docs/v2/#/se/security/02_providers#...
0
votes
1
answer
1k
views
how to redirect user to specific custom login page using OIDC Provider interactions [closed]
how to redirect user to specific custom login page using OIDC Provider interactions
I am trying to implement oidc provider application. It working with the default autorisation Endpoint(login page) I ...
2
votes
1
answer
1k
views
How to issue access token for both userinfo endpoint and resource server call with node-oidc-provider
Why does node-oidc-provider refuse to issued a single token for both /userinfo endpoint and api(resource server) call ?
I don't see at anywhere in both oauth2 and open id connect specs that the ...
4
votes
1
answer
1k
views
Access Denied after interactionFinished using node-oidc-provider
I'm using node-oidc-provider in a custom framework, adonisjs to be specific.
At this point, I can visit http://localhost:3333/auth?client_id=foo&redirect_uri=http://localhost:3333/launch&...
2
votes
1
answer
2k
views
[node oidc provider]: Authorization code flow
I am trying to build an OAuth2.0 server using https://www.npmjs.com/package/oidc-provider.
The 2 main flows that I need to support are the client credentials one and the authorization code flow. For ...
1
vote
0
answers
378
views
How to get 'sub' claim on access_token in client credentials grant using oidc-provider npm package
The access_token generated using oidc-provider package for client_credentials grant does not contain 'sub' claim.
As per spec: RFC 7523 : JSON Web Token (JWT) Profile for OAuth 2.0 Client ...
2
votes
0
answers
301
views
While migrating panva / node-oidc-provider package in nestjs from version 6 to 7.11 getting error 'interaction session not found'
hi i am getting interactions and sessions created in mongo collection. however i am getting below error.
at resumeAction (/app/iam-authorization-server-microservice/node_modules/oidc-provider/lib/...
0
votes
0
answers
427
views
How to define JWT token mode for client_credentials flow in node oidc-provider
I try to use the https://github.com/panva/node-oidc-provider for our OAuth implementation.
There we have also some services that have to use client_credentials flows.
Currently we are getting an ...
1
vote
1
answer
1k
views
node-oidc-provider access token format
I've setup oidc-provider for pkce (v7x). When I do the following:
request a code from /auth with response_type='code'
Used the code to get token form /token with grant_type=authorization_code
Receive ...
0
votes
2
answers
1k
views
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:
<EXTERNAL ...
5
votes
2
answers
5k
views
How to change access token format using node oidc provider
I implemented node oidc Provider in my project and I got access_token also. but in access token in different format. how to change jwt token format and I added change access_token format to jwt but it ...
0
votes
2
answers
2k
views
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 ...
0
votes
2
answers
1k
views
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 ...
0
votes
1
answer
2k
views
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 ...
0
votes
1
answer
4k
views
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&...
0
votes
1
answer
2k
views
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-...
1
vote
1
answer
3k
views
Invalid token provided in oidc-provider accessing UserInfo enpoint
I started using OAuth2 server with oidc in node js. Github link
My goal is simple, to access https://myserver/me which is UserInfo endpoint.
While trying to learn how to use the server I also used ...
0
votes
1
answer
1k
views
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 ...
1
vote
1
answer
1k
views
How to consume node-oidc-provider access_token with express?
I believe it's silly question but how to use node-oidc-provider with express? So I got access_token on the client side, sent request with Bearer {access_token} and what's next? How can I obtain user ...
2
votes
1
answer
2k
views
Authlib vs OAuthlib: Are these libraries the same?
I am a beginner in the world of the OAuth2.0 and OpenID Protocols. I would like to implement a custom server - provider for multiple applications. So, to use it for Single Sign-On (SSO). I would like ...
0
votes
1
answer
2k
views
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 ...
2
votes
1
answer
2k
views
node oidc-provider (for keycloak)
I am trying to have a basic node oidc-provider app as OIDC provider for my keycloak server.
Keycloak correctly links to the login page of my app.
After entering username and password I get correctly ...
0
votes
1
answer
1k
views
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:
...