Configure Web Central
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
- Copy audience and issuer values from Okta Developer Console:
- 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
-
Restart the app server.
