Hello all
We use Apigee on cloud and I am new to the Apigee community, so my question may be very basic. I have a proxy created in Apigee for one for our REST API.
The proxy uses oAuth2.0 policy and I have the client ID and secrets created to access the policy. From postman I am able to call the proxy and get a successful response.
Now I want to use the proxy in Microsoft powerapps. In powerapps, the configuration to use the proxy with oAuth2.0 authentication requires the following details.
Client Id, Client Secret, Token URL, Refresh URL and Authorization URL.
I have all the details except Authorization URL. Am I missing something? Any help is appreciated. Thank you in advance.