...
Connection to Asset+ requires proper settings in two places: FMA System Settings described below and Identity Provider that will store auth settings.
Param name | Value | Description |
---|---|---|
asset_api_key | 18e98215-f891-43a9-9e4a-405b12ee59e1 | Any string that will be set in the Asset+ viewer as API Key used to identify the caller in the Asset+ system. |
assetIdp_name | asset-kc-oidc | A name (alias) of the Identity Provider that stores authentication configuration for Asset+ |
asssetIdp_audience | asset-api | Audience parameter from Asset+ auth system. |
assetIdp_subjectField | What user property should be used to identify user in Asset+ system | |
asset_api_url | http://dev-asset-plus.serviceworksglobal.cloud/api/v1/AssetDB | What is the Asset+ API endpoint. MUST BE SSL/HTTPS |
assetMobile3D | true/faslse | Additional flag to enable/disable 3D viewer on mobile device |
Sample Asset IDP config:
...
Note, the IDP config is required for Token Exchange. It does not have to be used for login (but it cab be used for that as well).