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
We're using multi-tenant auth gateway which is handling multiple IDPs. For different tenants I would have to deploy different Mock OIDC servers with different CLIENT_REDIRECT_URIs. Which is of course doable, I'm just pointing to fact that underlaying https://github.com/panva/node-oidc-provider supports this.
Yep, node-oidc-provider definitely supports this… however this wrapper is a fairly opinionated use of it.
That is not say we won't add/support this capability – just would like to understand the case better: with the handling of multiple IdPs the mock OIDC server would still redirect to just localhost (for local dev) or whatever host is setup in CI (in which case CI config could be different for it) – is there more to it than this?
It would be nice if you add support for multiple redirect URIs.
CLIENT_REDIRECT_URI could handle e.g. comma separated values.
The text was updated successfully, but these errors were encountered: