Hi,
I spent a fair amount of time in uninstalling LDAPCP . The LDAPCP is listed as Claimsprovider even after deactivating the feature and removing it . It does not change back to default .
I used below command to change it back to default (null). Please update this in document/roll back steps so that others don't have to recreate the SPTrustedIdentityTokenIssuer
$sts = Get-SPTrustedIdentityTokenIssuer "XXXX"
$sts.GetType().GetField("m_ClaimProviderName","NonPublic,Instance").SetValue($sts, $null)
$sts.Update()
I spent a fair amount of time in uninstalling LDAPCP . The LDAPCP is listed as Claimsprovider even after deactivating the feature and removing it . It does not change back to default .
I used below command to change it back to default (null). Please update this in document/roll back steps so that others don't have to recreate the SPTrustedIdentityTokenIssuer
$sts = Get-SPTrustedIdentityTokenIssuer "XXXX"
$sts.GetType().GetField("m_ClaimProviderName","NonPublic,Instance").SetValue($sts, $null)
$sts.Update()