Configuring the Token Provider in EcoSys - EcoSys - Administration & Configuration - Hexagon PPM

EcoSys Smart API

Language
English
Product
EcoSys
Search by Category
Administration & Configuration
EcoSys Version
8.7

Follow the steps below:

  1. Login in to the EcoSys application.

  2. Navigate to Admin -> System Utilities -> Edit Server Settings.

  3. Set the settings listed below to values noted from previous steps to configure EcoSys to work with the Token Provider..

  4. Restart the application server.

The following settings are required to setup OAuth/OData and page size:

Server Setting

Description

oauth.token.issuer.jwksUrl=

Set to the JWKS URL for the token provider. An example of the URL when using OKTA is https://xyz.okta.com/oauth2/ausp1bwnr0uVptWjS4x/v1/keys

oauth.token.issuer.url=

Set to the Issuer URL for the token provider. An example of the URL when using OKTA is https://xyz.okta.com/oauth2/ausp1bwnr0uVptWjS4x

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= Value

This setting can be used to specify the page size.

For example,

odata.maxPageSize=100