Good Shibboleth tutorials out there?

Solution 1:

The Swiss NREN has a good documentation on this topic:

http://switch.ch/aai/support/serviceproviders/

You will also need to understand the concepts and the SHIB2 wiki is good for that. Will you run your own Identity Provider? else you only need to install an Service Provider which is easier.

UPDATE: For ubuntu you will need this to install. You do not need to compile it from source. (Well, you should not.)

apt-get install libapache2-mod-shib2

Solution 2:

SimpleSAMLphp supports Shibboleth and looks easier to install and configure than using mod_shib2.


Solution 3:

www.testshib.org provides some good instructions, and they link to relevant portions of wiki.shibboleth.net .

They also provide a IdP and SP service to test different aspects of your Shibboleth installation.

This is one of the best things out there. The problem is that Shibboleth tries to be flexible so that it can work with different organizations, each with their own authentication schemes. This means that Shibboleth has many configuration options, which can be overwhelming for people new to Shibboleth.


Solution 4:

The official tutorial is a little difficult to follow because you have to switch between the IdP and the SP. This tutorial provides a step-by-step guide and is very useful: http://csrdu.org/blog/2011/07/04/shibboleth-idp-sp-installation-configuration/

(Disclaimer: I manage the site and one of our group members wrote the tutorial.)