You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure this is specific to node-openid-client, but I'd appreciate a bit of advice.
I have a collection of services that I want to be handled by individual containers on a single server, using node-openid-client and node-oidc-provider, so:
example.com[/auth/callback, /logout, /logout/callback] -> (node-openid-client on container1)
example.com/service1 -> (node-openid-client on container2)
example.com/service2 -> (node-openid-client on container3)
All the node-openid-client containers use a Redis adaptor to persist whatever node-openid-client stores; they all use the same keyspace. My hope is that this will allow seamless transition (auth, session, etc) between services, from the user's perspective.
Will this work the way I expect? Is there anything that will bite me by doing this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure this is specific to node-openid-client, but I'd appreciate a bit of advice.
I have a collection of services that I want to be handled by individual containers on a single server, using node-openid-client and node-oidc-provider, so:
example.com[/auth/callback, /logout, /logout/callback] -> (node-openid-client on container1)
example.com/service1 -> (node-openid-client on container2)
example.com/service2 -> (node-openid-client on container3)
All the node-openid-client containers use a Redis adaptor to persist whatever node-openid-client stores; they all use the same keyspace. My hope is that this will allow seamless transition (auth, session, etc) between services, from the user's perspective.
Will this work the way I expect? Is there anything that will bite me by doing this?
Beta Was this translation helpful? Give feedback.
All reactions