Skip to content

MAS8

Checklist for MAS8-Installation

MAS8

  • SystemProperty mxe.insight.repository.type=db must be set (default "file")
  • Routes for OSLC must be set in Maximo see here

Insight

  • if EAM_URL is used it must be set to OSLC endpoints of Maximo

insight.properties

  • OIDC-Properties must be set, see here
  • Maximo endpoint must be set to OSLC in eam.url and gateway.var.eambase
  • APIKEY for technical user must be set apikey.techuser.apikey
  • URL transformation must be set oidc.accesstoken.transform=mas8
  • Upload for treeconfigs must be enabled opt-in.publish.postdata=true

Example insight.properties:

eam.url=https://<server>/maximo/oslc/insight
gateway.var.eambase=https://<server/maximo/oslc

apikey.techuser.apikey=sidfj92348

oidc.server=https://<server>/oidc/endpoint/MaximoAppSuite
oidc.server.pkce=false
oidc.client.client_id=<client_id>
oidc.client.client_secret=<secret>
oidc.userinfo.username=sub

oidc.accesstoken.transform=mas8

opt-in.publish.postdata=true