Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

When running Smart ID Self-Service behind a load balancer or proxy server, some products, such as Apache Web Server or F5, require a custom path in the web application endpoint.

This article describes how to configure Smart ID Self-Service in docker under a custom path (/self_service) for the scenario mentioned above.

Info
title<SMARTIDHOME>

In this article, <SMARTIDHOME> refers to /home/nexus, but this can be different depending on the setup.

...

Expand
titleExample: Context path in server.xml
  1. Open this file for editing: <SMARTIDHOME>/docker/compose/config/idm-tomcat-server.xml
  2. Add `<Context path="/self_service" docBase="ROOT" />` to the bottom of this file.

     

...