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 against adding support for multiple issuers, but it does increase the complexity a bit. A Config would either need to be shared between the issuers (might not be as helpful) or a Config would need to be provided per issuer (perhaps a bit tedious and long of tooth). Keys would also need to be stored per issuer. None of this is difficult to add but it does change the ergonomics of the library a bit.
I'll play around with this when I have a chance but would also welcome a PR to review if you are interested.
Use case: Usage of the library in an environment with various OIDC providers
The text was updated successfully, but these errors were encountered: