Skip to content

Docker image of the Illinois campus Shibboleth SP

License

Notifications You must be signed in to change notification settings

dimpsey/shib-in-a-box

 
 

Repository files navigation

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).

About

Docker image of the Illinois campus Shibboleth SP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 67.0%
  • Dockerfile 33.0%