Workload Identity with parameterized job params?

Hi, is there anyway to pass params of a parameterized job into the generated workload identity JWT?

For example, if NOMAD_META_P1 = "abc", I’d like to have abc as part of the JWT payload.

Thank you