.Net web applications

API Gateway inbound security requires the client application to use OAuth 2.0 tokens to access API Gateway resources.

Web applications must implement an OAuth 2.0 authorization code grant flow to obtain tokens from IFS CE and use the tokens to consume API Gateway.

This section describes the steps required for .Net-based web applications to consume API Gateway resources. A sample implementation is provided.

  • Acquire the OAuth Client
  • Obtain the OAuth Token
  • Use the OAuth Token to consume API Gateway