We are Using Grafana Version 11.2.0 in our kubernetes environment.
We are trying to login Grafana application using JWT token from another internal application. For signature verification we are trying to use the jwk_set_url.
Two clarifications.
- Can this URL jwk_set_url be http instead of https. Because we are trying to access through internal services since our auth services also runs locally it doesn’t need to go through load balancer…
- Even with https jwk_set_url https://authprovider.com/.well-known/jwks grafana doesn’t make a call to call to get public key to verify JWT token. Does grafana make a call to jwk_set_url to get the public signing key?