Tagged Questions
0
votes
1answer
28 views
Need extra layer of authentication on SharePoint list
The following below was requested in an effort to eliminate any security isses. (We are currently using the default NTLM authentication):
-Create a hidden URL extention for admin's only (new site ...
0
votes
0answers
179 views
Authenticating to sharepoint with kerberos from a java HttpClient
I have a linux\java6 client that will authenticate to sharepoint2010 with NTLM and then send HTTP REST web services using Apache Commons HttpClient.
I can do this with NTLM , but I want to use the ...
0
votes
2answers
245 views
authentication between host-named site collection, https and http
Here's my situation and I'm wondering what the best way to solve it is.
I have two domains and I'm trying to pass credentials between them. Maybe it's not possible, but here goes......
Domain One
...
1
vote
1answer
89 views
Can I use all type of authentications in a sharepoint site external users also
Can I use the same authentications of internal users (available in AD) to external users.?
If no what all authentication method I can use for external users?
Is there any difference in ...
8
votes
2answers
1k views
Java to Sharepoint interface, with claims based authentication
I have a sharepoint server with a claims-based authentication (ADFS server).
I have a Java app that needs to push data to a sharepoint list, preferably over the REST API, and with the additional ...
1
vote
1answer
168 views
Authentication - multiple web domains
We use claims based authentication and have one application running, say www.abc.com
This application authenticates against AD via claimns provider.
We would like to deploy another web site: ...
1
vote
1answer
113 views
Can I give a Super User the ability to impersonate someone else?
We currently have a situation where we need the ability to fully impersonate a login on a SharePoint Web Application. Effectively any "SuperUser" needs the ability to, without a password, proxy login ...
4
votes
2answers
1k views
Best authentication method for accessing sharepoint web from the Internet
We're planning a sharepoint intranet which will be acceded directly from our LAN, however it should be accesible from the Internet, too. What would be the best authentication method available for this ...
3
votes
1answer
2k views
Anonymous access = huge web services security hole?
My company uses SharePoint for their public website by allowing anonymous access. Some of our lists and document libraries have permissions to only allow certain users to be able to access them. I'm ...
5
votes
2answers
3k views
Why are user permissions set in AD not updated immediately to SharePoint?
I have a SharePoint 2010 Foundation installation on Windows 2008 R2 and SQL Server 2008 and using Claims and Windows authentication.
Subsites are visible only to members of a certain group. However, ...
1
vote
1answer
156 views
Basic authentification only for a specific listening ip address?
One of my customer has a requirement which is to allow basic authentication because a outdated SSO and reverse proxy tool (changing this is not an option today). This is true for external access (both ...
0
votes
1answer
1k views
ClientContext security won't work with claims-based SP2010 security enabled
I want to connect to SP2010 server with claims based authorization via client context. But I have security issue. First I didn't managed to connect with default credentials. Then I wrote:
...