Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://shrine-sso-node01.catalyst.harvard.edu/Shibboleth.sso/Session

Tomcat Configuration


Tomcat should accept requests on port 8080 only from localhost. Something like?

<Connector port="8080" protocol="HTTP/1.1"

               connectionTimeout="20000"

               redirectPort="6443" />



  • Set up a listener on port 8080
  • Accessing data received from the idP (Request Headers)

...