Kong jwt plugin handles Signing key rollover

Hi everyone,

Currently, I am using the JWT plugin to validate the token, and the token was issued by Microsoft.
I faced the problem when Microsoft rotated the signing key. Because the signing key is fixed in the configuration.

My Kong version is not Enterprise :smiley:

How can I solve it? Or is there any plugin that can handle the signing rollover?

Thanks all