1
vote
2answers
27 views

How to set default login with windows prompt for all intranet users?

I've created claim based one site in sharepoint. I've configured NTLM and FBA both for that site. (for e.g. 5000 Port) I've also extended site for FBA (internet) Users only (SQL Membership) with ...
0
votes
0answers
28 views

Why to implement FBA with LDAP

I have to create custom login page for windows authentication so why do I need to implement LDAP in FBA.Can't I use default NTLM in claim base and set my custom login page for authentication?
3
votes
1answer
192 views

Sign off of Windows with out of box LDAP provider on 2013 causes encodedValue error

I've hit upon yet another encodedValue error scenario: Exception of type 'System.ArgumentException' was thrown. Parameter name: encodedValue at ...
0
votes
1answer
100 views

Configuring FBA in SharePoint 2010

I have a web application in which Windows Authentication is configured. I want to configure FBA for the same web application. I know I can extend the web application to a different zone and configure ...
0
votes
0answers
81 views

User not logged in even after Fed Auth shows it's expiration in year 2015

I have an issue regarding the cookies. I have set all 3 FormsTokenLifetime, WindowsTokenLifetime and ServiceTokenLifetime to 365 days and the cookie is persistent. When any user login to the site ...
1
vote
1answer
87 views

SharePoint2010 configured with Win, FBA and SSRS with Integrated,reports working fine but after enable the anonymous subsite reports are not working

Site Details SharePoint web application Enable Windows Authentication with NTLM Enable FBA(With appropriate setting) Reporting Services with Integrated Mode Reports configured with Trusted Account ...
1
vote
1answer
376 views

Windows Forms Application - How to connect to FBA site

I have a SharePoint 2010 web application and site collection with Forms Based Authentication. I am trying to develop a Windows Forms Application to connect to this site but so far the connection ...
0
votes
0answers
110 views

Is it necessary to add AD users or groups seperately to Windows Auth mode application and extended FBA app when target site is same?

I have an "Intranet" web application "http://ABC.com" created under claims mode with Windows authentication. This Web app uses users and groups from Active Directory. Say I have 2 security groups ...
0
votes
0answers
201 views

Create new UDC data connection with windows service user account

About a month ago we had a MOSS RAP meeting with MS Sharepoint Experts, they recommende us to use service user account to run the Sharepoint instances and our custom services too. We did it and it ...
2
votes
3answers
465 views

Same public URL on two zones?

I have a default and an extended "Extranet" zone on one of my web application. I would like to assign a single URL "https://Name.myDomain.com" to both zones. Additionally I also want to be able to ...
1
vote
1answer
542 views

Combine Forms Authentication with Windows Authentication

A client wants to allow both AD users and non-AD users access to a SharePoint site. I have done similar work before on a ASP.NET site but that required a custom MembershipProvider. Is there a way to ...