.Net web applications

ION API inbound security requires the client application to use OAuth 2.0 tokens to access ION API 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 ION API.

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

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