
I have a custom connector to which i enabled oauth 2.0 security. I followed below article for it
https://docs.microsoft.com/en-us/connectors/custom-connectors/azure-active-directory-authentication
I am able to create a connector, it prompts for sign in (due to oauth 2.0) at the time creation and everything worked fine. But while actually making the request to my api, my connector is not sending the correct token. Even without the Oauth integration it sends some Authorization token.
Is there any explicit way i can tell the connector to use the access_token generated with Oauth 2.0 ?