Check secure properties
Connection to secure properties is set up in the workspace.properties file. Set the following properties:
secure.storage.safe.customer.defaultsecure.storage.safe.internalsecure.storage.typesecure.storage.serverApisecure.storage.platformIdsecure.storage.client.certificatesecure.storage.client.keyPasssecure.storage.username.customer
For development purposes, secure storage can be a plain text file. In this case secure.storage.type should be set to LOCAL, secure.storage.serverApi should be a path to any empty folder (WorkFusion won't work in this case) and secure.storage.platformId should be a path to file with secure properties.
Sample secure properties section in workspace.properties
secure.storage.safe.customer.default=local_WFApp
secure.storage.safe.internal=local_WFInternal
secure.storage.type=LOCAL
secure.storage.serverApi=/Users/workfusion/Documents/Work/local_secure_storage2/
secure.storage.platformId=${catalina.home}/conf/secure.properties
secure.storage.client.certificate=
secure.storage.client.keyPass=
secure.storage.username.customer=
List of secure properties
| Property | Description | Required |
|---|---|---|
ws.datasource.url | URL for MS SQL Database connection. | TRUE |
ws.datasource.username | Username for MS SQL Database connection. | TRUE |
ws.datasource.password | Password for MS SQL Database connection. | TRUE |
ws.sso.oidc.auth.url | Keycloak server URL for user authentication. For example, https://keycloak.workfusion.com/auth | TRUE |
ws.sso.oidc.client.secret | Keycloak client secret used for private clients. | TRUE |
tip
Related articles: