Java web applications

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

These are the steps required for Java web applications to consume API Gateway 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 API Gateway