Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Unable to parse Shibboleth Identity Provider configuration file: java.lang.Exception: IdP configuration could not be loaded from FILENAME

Be sure to have the file:// prefix in the web.xml that specifies the path to the idp.xml configuration file, and NOT eg:

...

as that will raise the above Error. Instead try:

    <param-value>file:///etc/shibboleth/etc/idp.xml</param-value>