I am using Windows OS to configure the edge micro gateway for Private APIGEE cloud.
Steps followed for Secure API call with Oauth2 access:
1. Generated the key and secret using the below command:
edgemicro private configure -o cmpps -e dev -u test@test.com -p Apigee@dmin -r http://dev.cmpps.com:9004 -m http://10.1.***.**:8080 -v default
2. Created a edge-aware proxy with Authorization OAuth 2.0.
3. Created Product and added the edge-aware proxy and edgemicro-auth.
4. Started the Edge Micro successfully using the key and secret.
5. Generated the bearer token using edgemicro-auth api with grant_type = client_credentials and the user name and password same as in the Developer App.
Using the bearer token to call the edge aware proxy API, but getting the Invalid Access token.
Attaching the screenshot for more details.
Can anyone help to resolve the issue?