REST API: System Integrator's Guide

Configure Web Central

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:
  2. 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.