The configuration is as follows,Is there a configuration error somewhere?
[auth.jwt]
enabled = true
header_name = X-JWT-Assertion
email_claim = user_name
username_claim = user_name
jwk_set_file = /var/lib/grafana/jwks.json
;cache_ttl = 60m
;expect_claims = {"aud": ["foo", "bar"]}
;key_file = /path/to/key/file
;role_attribute_path =
;role_attribute_strict = false
auto_sign_up = true
url_login = true
;allow_assign_grafana_admin = false
jwks.json
{
"keys":[
{
"kty":"oct",
"kid":"f69beab1-e56b-47c2-8af5-1c5bba81caf6",
"k":"YmxhZGV4aXNhcG93ZXJmdWxtaWNyb3NlcnZpY2VhcmNoaXRlY3R1cmV1cGdyYWRlZGFuZG9wdGltaXplZGZyb21hY29tbWVyY2lhbHByb2plY3Q",
"alg":"HS256"
}
]
}
token verified
test