Hi,
I'm getting 401 "Jwt issuer is not configured" when trying to set up Endpoints with
custom JWK authentication for a gRPC backend deployed on Cloud Run. Authentication via service accounts and google ID tokens do work.
Custom authentication is working for a different ESPv2 endpoints gateway with Cloud Functions backends. We're trying to using the same jwks_uri and setting the same claims, but removing the "x-google-" prefixes to jwks_uri, issuer, audiences in the endpoints configuration for gRPC.
Any ideas on how to make custom authentication work for Cloud Endpoints with gRPC backend? Thanks