I have configured OAuth 2.0 security for Azure API Management and had done the required setup for the authentication flow (reference - https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-protect-backend-with-aad).
I am able to test the Authorization code generation and successful token validation from API Management Developer console.
But I need to integrate this solution with client application through REST API. Here I am facing issues figuring out what are the API endpoints to be called to generate the Authorization Code to use as Authorization header for API Management APIs.
Please share REST API endpoints and headers details to be passed to generate OAuth 2.0 authorization code API Management.
Thanks, Narasimha