...
Then run the gen-shib2.sh script, and answer the prompts, to generate shibboleth2.xml. For example:
No Format |
---|
# cd /etc/shibboleth
# cp /mit/touchstone/config/shibboleth2-sp/* .
# sh gen-shib2.sh
|
...
Adapt the web application and server configurations as necessary
By default, the Shibboleth-related headers are not passed to the application in 2.x; this is to avoid any problems with header spoofing. If you do need to use these headers in your application, add the following directive to your Apache configuration:
Code Block |
---|
ShibUseHeaders On
|
Anchor | ||||
---|---|---|---|---|
|