BFF configuration
Learn configuration variables behind the Procivis One Desk application.
The Backend-for-Frontend, or "BFF", is the service that powers the Procivis One Desk frontend. This page provides a reference for available configurations.
Bridge API Authentication
Configure how the BFF authenticates to the Bridge service with the
bridge.api
object.
Authentication Mode Selection
Field | Type | Required | Description |
---|---|---|---|
bridge.api.authentication | string | Yes | Authentication mode: NONE , STATIC , or STS |
NONE Mode
No additional configuration required. The BFF will not send any authentication token in API requests to the Bridge.
STATIC Mode
Field | Type | Required | Description |
---|---|---|---|
bridge.api.staticToken | string | Yes | Static token sent in every Bridge API request |
STS Mode
No additional configuration required. The BFF will extract the token from the user's session and pass it in every Bridge API request.