Oauth2.0 generate token are global for all instance environments?

I think I saw something related to this some days ago but I can't find it.

1. it seems that when creating the tokens, those tokens are valid for all environments in my current instance of apigee. is that expected ?

0 1 86
1 REPLY 1

As an API Developer, we have the power/option to define where(in which env) the token should be valid.

  • Tokens are created using client_id & client_secrets(credentials)
  • These credentials are available in developer apps.
  • The developer apps are mapped to Products.
  • In Products, we have the option to select the environments(dev, uat, prod)
  • Based on the selected environment, the token will be valid in only those specific environments.