Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 627 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 627 Bytes

illinois-shibboleth-sp-img

A Docker image of the Illinois Shibboleth Service Provider (SP).

Installation and Execution

NOTE: The image name is arbitrary. For this document, we'll name the image illinois-shib-sp-img.

  1. From the project directory, run:

     docker build -t illinois-shib-sp-img .
    
  2. Run the container

     docker run illinois-shib-sp-img
    

TODO

4 Shibboleth Configuraiton Files that Need to be Changed:

  1. sp-cert.pem
  2. sp-key.pem
  3. shibboleth2.xml needs to be customized (normally user-provided).
  4. attribute-map.xml needs to be customized (normally user-provided).