I need to get id token for multiple specific services from the google oauth2 service.
{"typ":"JWT","alg":"RS256"}.{"aud":"https://www.googleapis.com/oauth2/v4/token","exp":"1566830430","iat":"1566827130","iss":"my_project.iam.gserviceaccount.com","target_audience", "www.myservice.com/location"}
It returns me and id token to post any data to the location service but I would like post data to my time service (www.myservice.com/time) too.
How can I set these 2 URLs as the target audience?