Internal URLs

Some URLs are only for internal communication of the installed program modules. In certain scenarios it makes sense to configure those URLs with an internal host (such as localhost), especially when you are using a reverse proxy.

Following configuration parameters have to be set in the file [DATA_FOLDER]/application.properties by the following schema:

  • security.was.service.url=http://[HOST]/${securitymanager.administration.context.name}/WAS

    Example: http://localhost:8080/${securitymanager.administration.context.name}/WAS

  • security.pdp.service.url=http://[HOST]/${securitymanager.administration.context.name}/PDP

    Example: http://localhost:8080/${securitymanager.administration.context.name}/PDP

  • security.sso.service.url=http://[HOST]/${securitymanager.administration.context.name}/resources/ssosessions

    Example: http://localhost:8080/${securitymanager.administration.context.name}/resources/ssosessions

Replace [HOST] by the internal hostname. The string ${securitymanager.administration.context.name} doesn’t have to be replaced.