Overview
SAMO Browser was developed as a substitution for old LIDS Browser and is available since the Dynamic App v. 8.14.0.
Installation
SAMO Browser is a Dynamic-app component and will be installed together with it. However, some additional Gateway configuration regarding proxies is needed.
Prerequisites
- LIDS Application Server > 8.13.2
- SAMO Gateway > 10.0.0
- SAMO User Service > 10.0.0
Gateway configuration
Since the new SAMO Browser works with new Rest API endpoint, it must be included in the proxy configuration in file gateway\proxies\lids.json. This step does not have to be followed, if you are using samo-base package > 11.3.0.
proxy for new Rest API endpoint - configuration example
"/api**": {
"proxyUrl": "${lids.url}/api/rest"
}