Follow the steps below:
-
Login in to the EcoSys application.
-
Navigate to Admin -> System Utilities -> Edit Server Settings.
-
Set the settings listed below to values noted from previous steps to configure EcoSys to work with the Token Provider..
The following settings are required to setup Smart API
Server Setting
Description
oauth.token.issuer.jwksUrl
Set to the JWKS URL for the token provider.
oauth.token.issuer.url
Set to the Issuer URL for the token provider.
oauth.token.scope
Optional. When defined it is used for validating the scope. Scope is used to identify if the token is issued for EcoSys Smart APIs or other application.
odata.maxPageSize
This setting can be used to specify the page size.
For example,
odata.maxPageSize=100
-
Restart the application server.