Configuring Basic Authentication
ThinPOS/FatPOS: Configuring basic authentication in clientSystem.properties
| Configuration files |
|
The configuration for basic authentication is set in the file clientSystem.properties . The parameters are:
CommonHttpBasicAuthenticationConfig.type=BASIC
CommonHttpBasicAuthenticationConfig.username=pos
CommonHttpBasicAuthenticationConfig.password=ArRliExxKTnlwerCK6ncXQ==
The following has to be indicated:
- Type: For basic authentication, this corresponds to "BASIC".
- Username: The following user names are defined in the standard product for POS Client: "pos"
- Password: Base64-encoded password. The Storemanager allows setting the password accordingly.
POS Service/SmartPOS Service: Configuring basic authentication in services.properties
| Configuration files |
|
The configuration for basic authentication is set in the file services.properties . The parameters are:
CommonHttpBasicAuthenticationConfig.type=BASIC
CommonHttpBasicAuthenticationConfig.username=pos
CommonHttpBasicAuthenticationConfig.password=ArRliExxKTnlwerCK6ncXQ==
The following has to be indicated:
- Type: For basic authentication, this corresponds to "BASIC".
- Username: The following user names are defined in the standard product:
- POS Service: "pos-service"
- Smart POS Service: "smartpos-service"
- Password: Base64-encoded password. The Storemanager allows setting the password accordingly.