Difference between revisions of "Shibboleth Implementation"

From GFIPM Implementation Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
* [[How to Implement a GFIPM Identity Provider Software Instance]]
 
* [[How to Implement a GFIPM Identity Provider Software Instance]]
 
* [[Implement a GFIPM SP]]
 
* [[Implement a GFIPM SP]]
 +
  
 
Specific Shibboleth configuration articles:
 
Specific Shibboleth configuration articles:
 
* [[Configuring Multiple Login Handlers]]
 
* [[Configuring Multiple Login Handlers]]
 +
* [[Configuring Shibboleth IDP to use SHA-256]]
 +
  
 
{|
 
{|
 
!class="gfipmnav"|[[Welcome to the GFIPM Implementation Portal|Main Page]]
 
!class="gfipmnav"|[[Welcome to the GFIPM Implementation Portal|Main Page]]
 
|}
 
|}

Latest revision as of 20:02, 22 May 2013

Main Page


Shibboleth is a freely available, open-source SAML software package for Web single sign-on across or within organizational boundaries. It allows Web sites to make informed authorization decisions regarding user access to protected online resources in a privacy-preserving manner. Shibboleth was developed through the Internet2 initiative. This article describes how to implement a Shibboleth Identity Provider (IDP) and Service Provider (SP) for use in a GFIPM federation:


For high-level, broadly detailed information about configuring an IDP or an SP software instance, see the following articles:


Specific Shibboleth configuration articles:


Main Page