Following instruction to install Idp and SP here:
I was able to create a Test environment where:

Notes
Idp
  • it was used EGO Active Directory Environment as user directory
  • /opt/shibboleth-idp/
To properly load the idp service it is necessary follow the steps described in this stackoverflow page: https://stackoverflow.com/questions/64933083/shibboleth-metadata-root-element-was-unsigned-and-signatures-are-required

Comment the MetadataFilters on metadata-providers.xml file

Reload service via cli
  • bash /opt/shibboleth-idp/bin/reload-service.sh -id shibboleth.MetadataResolverService
LDAP configured as AD + TLS.

SP
  • /etc/httpd/conf.d/httpd.conf
    • ### SP Shibboleth ####
      <Location /sptest >
      AuthType shibboleth
      ShibRequestSetting requireSession 1
      require shib-session
      </Location>

Topic revision: r6 - 18 Sep 2023, Dibiase
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Wiki_Virgo_LSC? Send feedback