Summary When configuring OAuth authentication for exacqVision using Okta or Microsoft Entra ID, Enterprise Manager and the desktop client may authenticate successfully while exacqVision Mobile fails with a 400 error. Typical error text seen in the mobile application includes: Identity Provider: Unknowninvalid_request This behavior occurs even when the OAuth configuration appears to match current Exacq… Continue reading Additional Okta (and Entra ID) Configuration Required for exacqVision Mobile OAuth Authentication for some Environments
Tag: Redirect
Redirecting HTTP to HTTPS with Web Sevice 9.0 – 19.06
NOTE: This document does not apply to Web Service versions 19.09 and higher. Best Practice is to use the latest version of Web Service available. The way the web service handles HTTP requests when HTTPS is configured can be controlled with the webserver.tls.httpPolicy key: Open the following file in a text editor: Windows: C:\ProgramData\Webservice\conf\wfe.jsonLinux: /etc/webservice/wfe.json Add the… Continue reading Redirecting HTTP to HTTPS with Web Sevice 9.0 – 19.06
Configuring Nginx or Apache as a Web Service Gateway
Description The 9.0 release of the web service has replaced Apache with an in-house developed web frontend (WFE) for handling API requests. Certain users may wish to configure a gateway web server to enforce custom policies. The following provides users with a reference for configuring either Nginx or Apache as a gateway. Additionally, it describes… Continue reading Configuring Nginx or Apache as a Web Service Gateway