Hi team,
I try to use JWT auth filter with Azure AD, but I can't get is working, the JWT verification failed and the debug and trace log doesn't say much
From the logs
[2024-09-18 16:52:58.764][52962069][debug][jwt] [source/extensions/filters/http/jwt_authn/authenticator.cc:428] azuread: JWT token verification completed with: Jwt verification fails
[2024-09-18 16:52:58.764][52962069][debug][jwt] [source/extensions/filters/http/jwt_authn/authenticator.cc:432] status is: Jwt verification fails
[2024-09-18 16:52:58.764][52962069][debug][jwt] [source/extensions/filters/http/jwt_authn/filter.cc:111] Jwt authentication completed with: Jwt verification fails
Here my configuration, the oauth2 filter works without issue, but I can't go over the JWT one.
Thanks