how to configure JWT signer for service that support multiple consumers #13977
Unanswered
smaddula862
asked this question in
Help
Replies: 2 comments 2 replies
-
Unfortunately, |
Beta Was this translation helpful? Give feedback.
0 replies
-
It doesn't matter how many consumers are using the service. The tokens of different consumers are normally issued by the same idp, and the jwks fetched from |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i configured a JWT signer plugin in a service, same service would be used by multiple consumers.
if i need to validate channel token i need to use two different Channel JWKS.
how should i handle this use case ?
Beta Was this translation helpful? Give feedback.
All reactions