Web Central REST API - System Integrator

Web Central supports REST APIs running on the same server as interactive web, mobile, and Smart Client Extension users.

The only required step is to configure \ WEB-INF/config/oidc.properties 

  1. Copy audience and issuer values from Okta Developer Console:
Configure Web Central.png
  1. Enter jwksUrl value as <issuer>/v1/keys:

oidc.audience=api://default

oidc.issuer=https://dev-846944.okta.com/oauth2/default

oidc.jwksUrl=https://dev-846944.okta.com/oauth2/default/v1/keys

  1. Restart the app server.