Skip to main content

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

FieldTypeRequiredDescription
bridge.api.authenticationstringYesAuthentication 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

FieldTypeRequiredDescription
bridge.api.staticTokenstringYesStatic 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.