Difference between revisions of "How to Implement a GFIPM Identity Provider"

From GFIPM Implementation Wiki
Jump to: navigation, search
Line 5: Line 5:
  
  
A [http://gfipm.net/ GFIPM] Identity Provider (IDP) collects information (typically from an existing identity store) about a local user and generates corresponding user metadata when a user attempts to connect to a local or remote [[How to Implement a Service Provider | GFIPM Service Provider]]. The following steps are required to implement a GFIPM IDP. For each step, there is an article describing how to do it.
+
A [http://gfipm.net/ GFIPM] Identity Provider (IDP) collects information (typically from an existing identity store) about a local user and generates a SAML assertion about that user for the benefit of a [[How to Implement a Service Provider | GFIPM Service Provider]]. The following steps are required to implement a GFIPM IDP. For each step, there is an article describing how to do it.
  
 
# [[How to Develop a GFIPM Information Sharing Plan for an Identity Provider]]
 
# [[How to Develop a GFIPM Information Sharing Plan for an Identity Provider]]

Revision as of 20:42, 3 June 2011

Main Page Next


A GFIPM Identity Provider (IDP) collects information (typically from an existing identity store) about a local user and generates a SAML assertion about that user for the benefit of a GFIPM Service Provider. The following steps are required to implement a GFIPM IDP. For each step, there is an article describing how to do it.

  1. How to Develop a GFIPM Information Sharing Plan for an Identity Provider
  2. How to Submit a Request for Federation Membership as a GFIPM Identity Provider
  3. How to Choose a GFIPM Identity Provider Product
  4. How to Implement a GFIPM Identity Provider Software Instance
  5. How to Write a GFIPM Identity Provider Test Plan
  6. How to Deploy a GFIPM Identity Provider in a Test Environment
  7. How to Execute a GFIPM Identity Provider Test Plan
  8. How to Deploy a GFIPM Identity Provider in an Operational Federation


Main Page Next