

Agent for SharePoint Guide › Configure SharePoint › Removing Claims from Trusted Identity Providers › Remove the Claim Type from your Trusted Identity Provider
Remove the Claim Type from your Trusted Identity Provider
Remove the claim type from your CA SiteMinder® trusted identity provider.
Follow these steps:
- 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
- From the previous list, locate the claim type that is associated with the claim identity you want to remove.
- 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.
Copyright © 2013 CA.
All rights reserved.
 
|
|