@suryateja-a16-0 You should be able to add multiple applications to your access token using a JWT populate lambda: https://fusionauth.io/docs/v1/tech/lambdas/jwt-populate

You can examine the user and see all the applications to which they are registered and add those all to the aud claim.

Hope that helps.