Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


...

Div

Home / Installation and Configuration GuideConfiguring EmpowerIDConnecting to Directory Systems

...

SharePoint / Current: Removing EmpowerID Auth from SharePoint


If you no longer wish to use EmpowerID as your SharePoint Claims provider, you can remove it by following the steps outlined in this topic.

Anchorto-remove-empowerid-auth-from-sharepoint

to-remove-empowerid-auth-from-sharepoint

To remove EmpowerID Auth from SharePoint


  1. Open SharePoint Central Administration and navigate to Application Management > Manage Web Applications.
  2. For each Web application on the Web Application Management page, do the following:
      click
        1. Click the application record and then click Authentication Providers in the ribbon.
        2. In the Edit Authentication page that appears,
      deselect
        1. clear EmpowerID Identity Provider and then
      deselect
        1. clear Trusted Identity Provider.

          Image Added

        2. Click Save and then close the Edit Authentication page.
      1. Reset IIS.
      2. Open the SharePoint 20XX Management Shell and run the following PowerShell cmdlet to remove the EmpowerID Claims Provider.

        Code Block
        languagepowershell
        themeEmacs
        Remove-SPClaimProvider "EmpowerID Claims Provider"


      3. Validate that the EmpowerID Claims Provider has been removed by running the following PowerShell cmdlet. You should not see an entry for EmpowerID.

        Code Block
        languagepowershell
        themeEmacs
        Get-SPClaimProvider


      4. Run the following PowerShell cmdlet to remove the EmpowerID Trusted Identity Token Issuer.

        Code Block
        languagepowershell
        themeEmacs
        Remove-SPTrustedIdentityTokenIssuer "EmpowerID"


      5. Type Y to confirm you want to remove the EmpowerID Trusted Identity Token Issuer.
      6. Validate that the EmpowerID Trusted Identity Token Issuer has been removed by running the following PowerShell cmdlet. You should not an entry for EmpowerID.

        Code Block
        languagepowershell
        themeEmacs
        Get-SPTrustedIdentityTokenIssuer


      7. Return to SharePoint Central Administration and navigate to System Settings > Manage Farm Features.
      8. Verify that the EmpowerID Claims Provider and EmpowerID Identity Provide features are deactivated. If they show as Active, click the Deactivate button.
      Image Removed


      1. Image Added

      2. Navigate to "\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\FEATURES\ and delete the EIDPeople_Feature and People_Feature folders.
      Related Topics


      Info
      <
      icon
      anchor
      false
      administrative-proceduresadministrative-procedures

      Administrative Procedures:

    1. Federating SharePoint with EmpowerID
    2. Enabling SharePoint Profile Sync
    3. Working with SharePoint Web Parts
    4. Working with the EmpowerID Page Viewer Web Part
      titleRelated Content