Custom claim provider is affecting NTLM authenticated web applications

I have a SharePoint 2013 farm. This farm contains three web applications. Two of these web applications are using NTLM and one uses ADFS for authentication.

I am using custom claim provider for ADFS authenticated web application. I am using SPClaimProviderFeatureReceiver to create claim provider. I am using following Powershell code snippet to bind claim provider with trusted identity token issuer:

$trusted=Get-SPTrustedIdentityTokenIssuer
$trusted.ClaimProviderName="MyClaimProvider"
$trusted.Update()
When I activate SPClaimProviderFeatureReceiver, I am not able to search users in NTLM authenticated web applications. It gives me No Users Found error. When I deactivate this feature, I am able to search users in NTLM authenticated web applications.

My query is - although I am associating my claim provider with ADFS trusted identity token issuer, how my custom claim provider affecting NTLM authenticated web application?

Please let me know if you need more information to answer this question.


August 24th, 2015 11:46am

Hi,

Would you please explain how the steps of creating the custom claim provider ?

Thanks

Best Regards

Free Windows Admin Tool Kit Click here and download it now
August 26th, 2015 5:43am

Hi,

SPClaimProviderFeatureReceiver is a farm level feature receiver. Once you have deployed it, all the web applications will be available for it. Please make sure you have set its property "ClaimProviderUsedByDefault " to false before you activate this feature in a web application, otherwise it may affect other web applications.

Thanks,
Reken Liu

August 26th, 2015 10:48pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics