Configuring tenant services settings for the REST API
After you configure database access for the REST API, you will configure tenant services settings.
Navigate to the location where the REST API is installed.
By default it is installed here:
C:\Program Files (x86)\Incentives\RestAPI.Open the
RESTAPI.appSettings.configfile.Set the
BlacklistServicesvalue to the connection of the Redis Server.The
BlacklistServicesvalue is used to track administrator user log outs. If the value is not configured correctly, then when administrator users log out, the JWT associated with their sessions can continue to be used to make API calls.Set the
SystemCallsSecretKeyvalue to match theAPI_KEYvalue in the tenant services configuration file.Set the
MessageSecretKeyvalue to match theJWT_KEYvalue in the tenant services configuration file.Set the
SchedMessageSecretKeyvalue to match theSCHED_KEYvalue in the tenant services configuration file.Set the
TenantSecretKeyvalue to match theTENANT_KEYvalue in the tenant services configuration file.Save the file.