how to configure JWT signer for service that support multiple consumers #13977
Unanswered
smaddula862
asked this question in
Help
Replies: 2 comments 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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