Add a Fortified ID virtual host
Configure a Apache Web server virtual host for Fortified ID product.
Scenario
Prerequisite
Configure a Apache Web server virtual host
</VirtualHost># Enable Proxy ProxyPreserveHost On # Incoming. Example host and port, http://FID_SERVER:PORT/ # Only enable below what you like to be accessed from outside # Enable Fortified ID Portal ProxyPass "/portal" "http://localhost:8090/portal" # Enable Fortified ID Web/IdP ProxyPass "/saml/" "http://localhost:8080/saml/" # Enable Fortified ID Password Reset ProxyPass "/pwdreset" "http://localhost:8091/pwdreset" # Enable Fortified ID Enrollment (OATH_SW, OATH_HW, Passkeys, MobileID) ProxyPass "/enrollment/" "http://localhost:9090/enrollment/" # Enable Fortified ID MobileID - MOS server ProxyPass "/mos" "http://localhost:9097/mos" # Enable Fortified ID MobileID - MOS client ProxyPass "/mosclient/" "http://localhost:9096/mosclient/"ServerName dev.fortifiedid.se:443
PreviousAdd SSL certificate and enable httpsNextmTLS in Apache HTTPD using a Self-Signed CA and Client Certificates
Last updated