Use the OAuth token to consume API Gateway for .NET web applications
Use an OAuth access token to authenticate requests sent from .NET web applications to endpoints exposed through API Gateway.
Include the access token in the HTTP authorization header for every outbound request generated by the application.
This approach enables API Gateway to validate client identity and enforce inbound security rules without embedding sensitive credentials in application configuration.