Previous Topic: Remove the ClaimsMapping Identity from your Trusted Identity ProviderNext Topic: Update the Trusted Identity Token Issuer


Remove the Claim Type from your Trusted Identity Provider

Remove the claim type from your CA SiteMinder trusted identity provider.

Follow these steps:

  1. Enter the following command to list the claim types contained in the variable for your CA SiteMinder trusted identity provider:
    $trutsed_identity_provider_variable_name.ClaimTypes
    
  2. From the previous list, locate the claim type that is associated with the claim identity you want to remove.
  3. Enter the following command to remove the claim type:
    $trutsed_identity_provider_variable_name.ClaimTypes.Remove("http://schemas.xmlsoap.org/claims/lastname")
    

    For example, the previous command removes the claim type for the last name of a user.