Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLMSSP authentication protocols with respect to SSPI functionality. The term is used more commonly for the automatically authenticated connections between Microsoft Internet Information ...
0
votes
2answers
853 views
MOSS 2007 Windows Authentication NTLM problem in IE7 with IIS7.5
Having recently migrated from MOSS 2007 to MOSS 2007 x64, we are having problems connecting to the Windows Authenticated (NTLM) authoring site using IE7.
The domain name is exactly the same but the ...
1
vote
1answer
85 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
770 views
WebHost failed to process a request for Lists web service
I get the following error when I try to access the SharePoint 2010 List web service in a web application. This error happens only when I have Kerberos as the authentication provider. If I change to ...
0
votes
1answer
97 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 ...
2
votes
0answers
80 views
Authentication not persisting with Claims
We are using Claims Based Authentication for an application that was upgraded from 2007. It actually uses a custom forms provider for the front-end, but to edit content we use Windows Authentication. ...
1
vote
0answers
40 views
Combine AD and ADFS Authentication in Sharepoint
we have a sharepoint farm where we would like to use AD authentication in conjunction with ADFS authentication. The ADFS and AD-Authentication work both (on different AAMs).
What i want to ...
1
vote
0answers
78 views
Adding Users from a Trusted Domain in a Multi-Tenant Setup
According to many sources I shouldn't have to do anything special to get add users from a "internal" two-way trusted domain into SharePoint. And I can add them to the CA web app but not the ...
1
vote
0answers
370 views
SP 2010 Windows Authentication Default Login
I want to be able to use a simple HttpModule to catch visits to a sharepoint site that don't automaticly pass windows authentication and log them in as a default windows account.
I want it to be so ...
0
votes
0answers
31 views
wss 3.0 working fine in all browsers except on IE
I have 2 domain controllers, lets call it Domain1 and Domain2. I have wss3.0 installed in windows 2003 server with sql express running in webserver1 of Domain1. Domain1 is also running DNS Services ...
0
votes
0answers
27 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?
0
votes
0answers
78 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 ...
0
votes
0answers
128 views
Sharepoint webservices authentication
I am scratching my head over this problem.
I am accessing a sharepoint list and trying to recursively get all the items authorized to me.
Below is the source code
Public Function ...
0
votes
0answers
107 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
57 views
Search by Author: domain\user or email or Name and Surname?
I have a problem with search "by Author" in sharepoint 2010.
I have 2 farms, one with Windows Auth and one with Claim Based... I have an application that has to work in the same way in each ...
0
votes
0answers
192 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 ...
0
votes
0answers
181 views
Windows Authentication inside custom WebPart
I have created a custom web part that let's the user sign in using their windows accounts. However, the I get Object Not Set to the Reference error when I set the SetPrincipalAndWriteSessionToken. ...