SharePoint 2019 PeoplePicker not showing AD account only Form Auth

vincent manzari 41 Reputation points
2022-04-27T06:32:23.753+00:00

Hello all,

we have for a customer 2 Sp2019 farm (Test and Prod) where we are migration applications from a SP2013 farm. The applications use Form Auth (LDAP) for the users authentication. We take care of the infastructure part but we know some basic configurtation to do. We have configured the appliations web.cofig files to use the ldap authentication and all works well as the SP13.

We have an issue with the Peoplepicker. We can't see AD accounts but only Form Auth. We have checked with the following powershell command the status of the Claimprovider

$cpm = Get-SPClaimProviderManager
$ad = get-spclaimprovider -identity "AD"

and the result is that the AD ClaimProvider is visible. Below the result of all ClaimProvider

DisplayName : System
Description : Provides system claim data.
IsEnabled : True
IsUsedByDefault : True
IsVisible : True
AssemblyName : Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c
TypeName : Microsoft.SharePoint.Administration.Claims.SPSystemClaimProvider
ClaimProvider : Microsoft.SharePoint.Administration.Claims.SPSystemClaimProvider
ClaimProviderType : Microsoft.SharePoint.Administration.Claims.SPSystemClaimProvider
IsValid : True
UpgradedPersistedProperties : {}

DisplayName : Active Directory
Description : Active Directory claim data.
IsEnabled : True
IsUsedByDefault : False
IsVisible : True
AssemblyName : Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c
TypeName : Microsoft.SharePoint.Administration.Claims.SPActiveDirectoryClaimProvider
ClaimProvider : Microsoft.SharePoint.Administration.Claims.SPActiveDirectoryClaimProvider
ClaimProviderType : Microsoft.SharePoint.Administration.Claims.SPActiveDirectoryClaimProvider
IsValid : True
UpgradedPersistedProperties : {}

DisplayName : All Users
Description : Provides identity provider claim data.
IsEnabled : True
IsUsedByDefault : True
IsVisible : True
AssemblyName : Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c
TypeName : Microsoft.SharePoint.Administration.Claims.SPAllUserClaimProvider
ClaimProvider : Microsoft.SharePoint.Administration.Claims.SPAllUserClaimProvider
ClaimProviderType : Microsoft.SharePoint.Administration.Claims.SPAllUserClaimProvider
IsValid : True
UpgradedPersistedProperties : {}

DisplayName : Forms Auth
Description : Forms Based Authentication claim data.
IsEnabled : True
IsUsedByDefault : False
IsVisible : True
AssemblyName : Microsoft.SharePoint, Version=16.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c
TypeName : Microsoft.SharePoint.Administration.Claims.SPFormsClaimProvider
ClaimProvider : Microsoft.SharePoint.Administration.Claims.SPFormsClaimProvider
ClaimProviderType : Microsoft.SharePoint.Administration.Claims.SPFormsClaimProvider
IsValid : True
UpgradedPersistedProperties : {}

DisplayName : User Profile Claim Provider
Description : User Profile Claim Provider
IsEnabled : True
IsUsedByDefault : True
IsVisible : True
AssemblyName Microsoft.Office.Server.UserProfiles, Version=16.0.0.0, Culture=neutral,PublicKeyToken=71e9bce111e9429c
TypeName : Microsoft.Office.Server.Security.UserProfileClaimProvider
ClaimProvider : Microsoft.Office.Server.Security.UserProfileClaimProvider
ClaimProviderType : Microsoft.Office.Server.Security.UserProfileClaimProvider
IsValid : True
UpgradedPersistedProperties : {}

From the User Profile all works well (even though we know it has nothing to do with this problem).

From the Central Admin, for example in the Change Site Col Admin, if we put directly the account with the domani DOMAIN\user and click Check Names is resolved, but if we try to search we see only the Form Auth

Can you help us to solve this? we need to use and configure the AD accounts in the webapp

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,811 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Yi Lu_MSFT 17,456 Reputation points
    2022-04-28T08:18:51.827+00:00

    Hi @vincent manzari
    In SharePoint 2013, if you have any web applications that are in windows authentication mode, you should convert them to claims authentication. Claims authentication is the default mode in SharePoint Server 2016 and SharePoint Server 2019. This may be the reason why you can't see AD accounts but only Form Auth.

    For more infomation, you could refer to:
    https://learn.microsoft.com/en-us/sharepoint/upgrade-and-update/upgrade-from-sharepoint2013-to-sharepointserver-2019
    https://www.codecreators.ca/step-by-step-sharepoint-migration-from-2013-to-2019/

    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.