Previous Topic: How to Configure the Claims Provider

Next Topic: Add Claims Search Web Service

Update the Claims Provider of the Trusted Identity Token Issuer

The Update-SMTrustedIdentityTokenIssuer command updates the claims provider of a trusted identity token issuer to CASiteMinderClaimProvider.

Follow these steps:

  1. Click Start, All Programs, Microsoft SharePoint 2010 Products, the SharePoint 2010 Management Shell.

    The SharePoint 2010 Management Shell command prompt appears.

  2. Navigate to the following directory:
     C:\Program Files\CA\SharePointClaimsProvider\scripts
    
  3. Enter the update command. This command has the following format:
    Update-SMTrustedIdentityTokenIssuer.ps1 -TrustedIdentityTokenIssuer “<Trusted_Identity_Provider_registered_with_SharePoint>”
    
    TrustedIdentityTokenIssuer

    Specifies the name of the SiteMinder trusted identity token issuer (trusted login provider) to update.

    Example:

    .\Update-SMTrustedIdentityTokenIssuer.ps1 -TrustedIdentityTokenIssuer “SiteMinder Federation”
    

    SharePoint is updated with the new claims provider of the trusted identity token issuer.

The following conditions apply when you execute the Update-SMTrustedIdentityTokenIssuer command: