ESGF / esg-search

ESGF Search Component

Home Page:http://esgf.org/esg-search/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customize security.authz.service.endpoint

LucaCinquini opened this issue · comments

Who: Zed

I did note that
/usr/local/tomcat/webapps/esg-search/WEB-INF/classes/esg/search/config/application.properties
is still setting
security.authz.service.endpoint=https://localhost/esg-orp/saml/soap/secure/authorizationService.htm
Luca: is this expected? Is it being fixed in the esg-search code now,
or is this still expected to break on servers where the DNS name
used for access is not the same as the hostname of the system?

Now the same properties can be loaded from multiple files. Properties defined in /esg/config/esgf.properties will override the default values defined in the file application.properties that is packaged with the esg-search.war file.