Claim app site


The Claim app site is included with an Identify installation and is used for testing Claim issuance by a federation server.

Claim-app-site

Installation Instructions

  1. Open the web.config of the claimapp located at "C:\Program Files\Safewhere\Identify\TestApps":
    • Enter the federation server's URL for the following key "PLEASE-ADD-FULL-URL-OF-FEDERATION-SERVER"
    • Enter the ClaimApp's DNS for to the following key "PLEASE-ADD-FULL-URL-OF-APPLICATION"
    • Enter the thumbprint of the Identify server’s token certificate for the following key "PLEASE-ADD-THUMBPRINT-OF-FEDERATION-SERVER-SIGNING-CERTIFICATE" and "PLEASE-ADD-NAME-OF-FEDERATION-SERVER-SIGNING-CERTIFICATE"
    • Enter the ClaimApp's encryption certificate for the following key "PLEASE-ADD-THUMBPRINT-OF-APPLICATION-CERTIFICATE"
  2. In IIS 7, create the new site with the following location "C:\Program Files\Safewhere\Identify\TestApps"
  3. On the site 's application pool, ensure the following settings:
    • Managed Pipeline mode: Integrated
    • Identity: Network Service
    • .NET framework : 4.0

Save