4.2.5.4 Authorization Properties
MicroTx Distributed Transactions supports authorization across participant services and coordinator by propagating the JWT token in every request.
Under tmmConfiguration.authorization, use the authTokenPropagationEnabled field to control this function. Configure your identity providers to auto-refresh the expired access tokens at the coordinator.
| Property | Description |
|---|---|
enabled |
Set this to true to enforce RBAC rules on the MicroTx Distributed Transactions coordinator API access. The first step in authorization is to enforce RBAC controls at the MicroTx Distributed Transactions coordinator.
Caution: You must set this field totrue in production environments.
|
authTokenPropagationEnabled |
Set this to true to enable token propagation to ensure secure communication between the participant services and MicroTx Distributed Transactions. MicroTx Distributed Transactions performs the following actions:
When you enable token propagation, you must provide the details for the encryption keys under the |
Parent topic: Security Configuration Properties