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

From GFIPM Implementation Wiki
Jump to: navigation, search
Line 7: Line 7:
 
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]]. This article lists the steps necessary to implement an IDP:
 
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]]. This article lists the steps necessary to implement an IDP:
  
# [[Develop a GFIPM Information Sharing Plan for an Identity Provider]]
+
# [[How to Develop a GFIPM Information Sharing Plan for an Identity Provider]]
 
# [[Submit a Request for Federation Membership as an Identity Provider]]
 
# [[Submit a Request for Federation Membership as an Identity Provider]]
 
# [[Choose an IDP Product]]
 
# [[Choose an IDP Product]]

Revision as of 20:16, 2 June 2011

Main Page Next


A 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 GFIPM Service Provider. This article lists the steps necessary to implement an IDP:

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


Main Page Next