We have an existing API that is secured by an initial username & password call to xxxx.com/api/vi/auth/token that returns a bearer token to be included in all future calls to the API. This API is live with some trusted apps.
We now have a requirement to put this API behind Azure API Management (APIM) for a new partner and have set that up to use OAuth2 with AD.
Ideally when APIM calls our backend API we need it to go through the existing API auth flow to get the existing API token and include that with any calls.
There seems to be some limited 'Authorization credentials' that can be set in Azure but I cant find any help on how to set/use them.