sharepoint 2013 FBA

 

在 SharePoint 2013 中为基于声明的 Web 应用程序配置基于表单的身份验证(ldap)

Configure forms-based authentication for a claims-based web application in SharePoint 2013(ldap)

http://technet.microsoft.com/en-us/library/ee806890.aspx

 
 
 
SharePoint 2013 FBA Pack (http://sharepoint2013fba.codeplex.com/)
A forms based authentication pack for SharePoint 2013. It includes web parts for registering users, changing passwords and password recovery. It includes tools for managing users and roles and for approving registrations. This is a port of the SharePoint 2010 FBA Pack, which was originally ported from the CKS Forms Based Authentication Solution for SharePoint 2007.
 
 
 
 

User authentication methods in SharePoint 2013 Prev

sharepoint foundation 2013 with ADLDS as Forms auth repository ERROR

修改web.config如下

    <PeoplePickerWildcards>
      <clear />
      <add key="AspNetSqlMembershipProvider" value="%" />
      <add key="membership" value="*" />
      <add key="roleManager" value="*" />
    </PeoplePickerWildcards>

 Access the FBA site through clientContext

http://social.technet.microsoft.com/wiki/contents/articles/5961.using-the-client-object-model-with-a-form-based-auth-site-in-sharepoint-2010-another-approach-en-us.aspx

http://blogs.technet.com/b/speschka/archive/2012/12/07/using-sharepoint-apps-with-saml-and-fba-sites-in-sharepoint-2013.aspx

http://username:password@somesite.com/someresource

http://sv1/_windows/default.aspx?ReturnUrl=%2f_layouts%2f15%2fAuthenticate.aspx%3fSource%3d%252F&Source=%2F

http://administrator@sk:Abcdefg@sv1/_windows/default.aspx?ReturnUrl=%2f_layouts%2f15%2fAuthenticate.aspx%3fSource%3d
%252F&Source=%2F


https://administrator@sk:Abcdefg@abi2021.dspeking.net.cn:888/_windows/default.aspx?ReturnUrl=%2f_layouts
%2f15%2fAuthenticate.aspx%3fSource%3d%252F&Source=%2F


http://administrator@sk:Abcdefg@sv1/SitePages/%E4%B8%BB%E9%A1%B5.aspx

http://administrator@sk:Abcdefg@sv1/_windows/a.txt


To fix the issue can't support by ie
http://support.microsoft.com/kb/834489

原文地址:https://www.cnblogs.com/zyip/p/2990110.html