ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
20 stars 21 forks source link

OpenID fails when the given openid does not exist #524

Closed nathanlcarlson closed 6 years ago

nathanlcarlson commented 6 years ago

Rather than handling a non-existent openid, it simply fails. The following warning message appears in /usr/local/tomcat/logs/catalina.out

WARN : openid4java.server.RealmVerifier - RP discovery / realm validation disabled; this option SHOULD be enabled for OPs

This may, or may not, be relevant to the issues.

nathanlcarlson commented 6 years ago

@muryanto1 Several warnings regarding missing config files were also in /usr/local/tomcat/logs/catalina.out. The missing files were

/esg/config/esgf_ats_static.xml
/esg/config/esgf_shards_static.xml
/esg/config/esgf_idp_static.xml

Versions of these were found in https://github.com/ESGF/config/tree/master/esgf-c3s . These were put in place and the error case when the openid does not exist is now properly handled. A more permanent fix needs to be added to the installer.