Configure WMS IDCS

In WMS IDCS, create an OAuth2 Confidential Application that represents the custom client application calling WMS APIs.

Create a Confidential App to Represent the Custom App

Create a new Confidential Application (<Your-app-name>) in WMS IDCS and edit OAuth configuration to configure the following.

  1. Under Resource server configuration select " Configure this application as a resource server now"
    • Set the primary audience as urn:resource:fusion:scm:logistics:wms:
    • Add a scope lgfapi/
  2. Under Client configuration select "Configure this application as a client now"
    • Enable the following under allowed grant types:
      • Client Credentials
      • Authorization Code
    • Update Redirect URL with the URL that will be used by IDCS to redirect the user back to after obtaining an authorization code from IDCS.

Summary

After following the above steps, you should have the following for the confidential app in WMS IDCS:

  • Client ID
  • Client Secret
  • Token URL
  • WMS API resource scope (urn:resource:fusion:scm:logistics:wms:lgfapi/