Java web applications

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

These are the steps required for Java web applications to consume ION API CE resources. Additionally, this document provides a sample implementation.

  1. Acquire the OAuth Client
  2. Obtain the OAuth Token
  3. Use the OAuth Token to consume ION API