Grafana Dashboard variables from jwt claims

I’m trying to create a dashboard which has a variable based on jwt.

My grafana is integrated with keycloak. then i have added a custom property on the jwt says city.
So in my grafana i want to see that dropdown containing the city that the user has (by checking the jwt).

Would like to know if this is possible

Thanks