.NET SDK Guide › Using the .NET SDK › Program Flow at the Asserting Party
Program Flow at the Asserting Party
With Federation Manager at the asserting party, a .NET application can provide Federation Manager with user identity information. Program flow with Federation Manager at the asserting party proceeds as follows:
- The .NET application calls the .NET SDK to generate an open format cookie with identity information.
- The .NET SDK returns an encrypted cookie. The key used to encrypt the cookie is derived from a shared secret, communicated between Federation Manager and the application out-of band.
- The .NET application sends the cookie to Federation Manager at the asserting party.
- Federation Manager receives and decrypts the cookie.
- Federation Manager extracts user identity information from the cookie.
- Optionally, Federation Manager can modify the cookie by updating or adding attributes.
- Federation Manager inserts the user identity information into a SAML Assertion.
The following diagram shows program flow at the asserting party:

|
Copyright © 2012 CA.
All rights reserved.
|
|