What audience value can I use for CloudRun job to get token id?

I'm trying to get token id for another CloudRun service authentication from a CloudRun job. Unlike CloudRun service which uses its url as audience value, I could not find out what audience value to use in a CloudRun job. 

Thanks

Solved Solved
5 1 58
1 ACCEPTED SOLUTION

it looked like the audience is service side cloudrun url. using it as audience, I created id token and attached it to a request, then the request was accepted by the service.

View solution in original post

1 REPLY 1

it looked like the audience is service side cloudrun url. using it as audience, I created id token and attached it to a request, then the request was accepted by the service.