Multiple dynamic Openid Providers #643
Unanswered
otaviojacobi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have been trying to check on how to use this library for implementing OIDC login on our application. I have seen similar issues on #84 & #98 your comment says "You can only use openid-client to connect to multiple openid providers." My understanding is that the suggested way for this case is for example, if I have stored in the DB the configuration of several different OpenID Providers (OP)s, I would have to load them all in application load and then for each create an issuer/client/Strategy?
This also has the drawback of requiring an application restart everytime a new OP is inserted. Does this library support something similar to the Multi strategy of saml (obviously for OIDC providers rather than SAML)? Is there any blocker in implementing something similar (I am slightly concerned I am missing some core concept here considering I don't see any case for this in the test cases/examples).
Thanks for the awesome library!
Beta Was this translation helpful? Give feedback.
All reactions