Validation the identity of the user, usually with username and password authentication.
0
votes
1answer
225 views
Users added programmatically can not authenticate
I'm adding users programmatically to a SharePoint site. I'm doing this by adding the users domain login into the "[SiteName] Members" group. Unfortunately, users added this way are not able to ...
0
votes
1answer
153 views
FBA and MemberShipProvider
Do we always need to extend web app when using FBA?
I know it seems a silly question, but I can't find a straight answer.
EDIT: SharePoint 2010
0
votes
1answer
158 views
Claims authentication with AD
I'm very new at this claims based authentication, and I just set up a sharepoint site with claims, with FBA access through a regular asp.net membership db.
This works just fine.
What I now need is ...
0
votes
1answer
140 views
User authenication being lost on remoting call
My administration page and webpart make calls to a service via .Net remoting.
I've added AD credential checking to the service and discovered that the calls being made from both the admin page and ...
0
votes
2answers
128 views
Can a sharepoint 2007 site access accounts from 2 domains?
I have 2 domains.
DOGS and CATS (for example)
The sharepoint server is a member of DOGS. Can I get the sharepoint site/web app/server to also reference domain accounts from CATS?
So I add users ...
0
votes
1answer
1k views
SharePoint crawling - Windows authentication failing for STS4? [closed]
In a Sharepoint 2010 installation, we are trying to crawl the content of a small, single-node SharePoint installation. The crawling is partially successful. We are able to retrieve data delivered from ...
0
votes
3answers
540 views
Why do I get different themes logged in as an authenticated user versus anonymous?
Any ideas why when I change the theme of a site and log in as an authenticated user that it is not the same when I go back to the site as an anonymous user?
Basically one site is showing up with 2 ...
0
votes
1answer
25 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
1answer
27 views
Authentication problem in SP web application 2010
I have created a web application and then site collection by using my custom template site definition. Its created successfully. But when I access my application I get authentication dialog box for ...
0
votes
1answer
135 views
Pass credentials along to new WebRequest
I am making a page in SharePoint that is used to proxy other content in SharePoint. The user is authenticated at the time they hit this proxy page, but I am getting an Unauthorized Access error.
The ...
0
votes
1answer
62 views
How can we configure WSS 3 to disallow user authentication from select OUs?
I'm working with a web admin who has recently improved our WSS 3 deployment such that selected user OUs (e.g. service accounts, domain admins) in our Active Directory forest are explicitly ...
0
votes
1answer
94 views
Consuming On-Prem SQL Data from SharePoint 2013 Online (Office 365)
At a high level, What's the recommended Development model if we want to consume local (On-Prem) SQL data from Office 365 SharePoint 2013 Cloud application?
Say we have a custom SharePoint List Form ...
0
votes
1answer
52 views
Share Documents with External User using Live ID?
I get this question from potential customers at every seminar we hold, but I'm unable to answer. Problem is I can’t find the pod cast or other source which described this issue.
Is it possible to ...
0
votes
1answer
90 views
How authentication is done when using a CAML query for SharePoint List in a console application
I am try to develop a console application in Visual Studio which uses CAML query to get data from SharePoint List. The question is, how does the console application authenticates from the SharePoint ...
0
votes
2answers
152 views
How to programmatically determine if anonymous access is enabled for a SharePoint 2010 Web Application using C#?
In Central Administration\Manage Web Applications, there is the ability to enable anonymous access on a web application through the authentication providers. Is there a way to programmatically ...
0
votes
1answer
600 views
Getting SharePoint working with multiple Domains
Lets say I have Domain A which currently is set up with my SharePoint environment. We have merged with Company B. We want Domain B to work with our SharePoint environment. So they can log on an ...
0
votes
1answer
1k views
Map ADFS Claims to Sharepoint Pofile
i've set up claims based authentication with SPTrustedIdentityTokenIssuer using ADFS 2.0 as a backend. Within my ADFS 2.0 i've set up rules to send the LDAP Email as Email, LDAP Surname as Surname and ...
0
votes
1answer
251 views
Claim auth from ADFS
I asked this question @StackOverflow[1] but maybe this is a better location for it:
I try to connect to a SharePoint Online instance via a WPF-Application (C#). I have found this article[2] that ...
0
votes
1answer
81 views
Are the zones tie to particular authentication provider(s)?
Are the zones tie to particular authentication provider(s)? or this is arbitrary?
0
votes
2answers
533 views
Problem with authentication on subsites (internal/external approach)
This our current situation
1 main-site foo.org and 2 subsites foo.org/FR and foo.org/EN (French and English)
When you'll browse to foo.org, you're redirected directly to foo.org/FR/default.aspx
And ...
0
votes
2answers
158 views
All browsers are requiring a login
This is the current situation:
We've setup a SharePoint website with 2 types of users: Visitors and Admins.
The role of a visitor is that they're only able to see the webpages (no document/library ...
0
votes
1answer
248 views
Claim Based Authentication - Object Model and Impact on existing Web Service
I have a farm in which is installed Sharepoint 2010 Foundation. On my principal app I have installed a web application that accepts windows authentication.
On that application I installed my Web ...
0
votes
1answer
761 views
Migrate from claims-based authentication to classic-mode sharepoint 2010
We are planning to change the authentication provider from claims-based authentication to classic windows mode. I am planning to do this by preserving the content databases and re-create the web-app ...
0
votes
1answer
176 views
Hyperlinking between two Sharepoint sites problem for external users
I have two Sharepoint sites. These are accessed by users both internal and external to the company.
The internal users log in to both automatically, the external users have to login any time they ...
0
votes
1answer
267 views
Sharepoint Auth to Livelink Auth
Today I'm Facing a new issue which I must admit, i have no idea where to start..
I've been asked to Show certain Livelink files within Sharepoint.
Now, Livelink has a couple of web services (Luckily ...
0
votes
1answer
2k views
Outlook 2007 randomly prompts for credentials for a SharePoint site
I have an issue where users are being prompted for username and password for our MOSS 2007 Intranet site. The strange thing is this prompt originates mostly from OutLook 2007, but can come from any ...
0
votes
2answers
2k views
Unable to login from custom login page - FormsAuthentication.RedirectFromLoginPage fail
I created custom login page for FBA access (SP 2010). In related custom code i inherit Microsoft.SharePoint.IdentityModel.Pages.FormsSignInPage class.
Problem: I would like to login in sharepoint ...
0
votes
1answer
680 views
Authenticate user by WindowsIdentity in Sharepoint 2010
I have external authentication system that returns WindowsIdentity by user name and one time password. I am trying to use it with FBA and Claims-Based Authentication. I have created my custom login ...
0
votes
3answers
261 views
Pass user UPN claim to WCF service via BDC
I've finally managed to get my SharePoint system up and running so that it authenticates users with Kerberos and successfully passes that authentication along to a back-end WCF service. All end-users ...
0
votes
3answers
3k views
Sharepoint 2010 can't find domain users when granting permissions
I'm trying to grant permissions to other people to view a SharePoint site but when granting permissions it uses "Check Names" and claims any user or group that is part of a domain does not exist. It ...
0
votes
2answers
287 views
How to modify user account in FBA authentication
I have an installation of Sharepoint Foundation 2010 configured in Mixed Authentication (Windows + Form Based).
I would like to know how to modify the account of a FBA user like this one
...
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:
...
0
votes
3answers
1k views
SPSite Credential
Hey , i created a sample application with take Site name as parameter and get all the list of that site, thats working fine on my local system , but it throws exception when i give the site address of ...
0
votes
1answer
136 views
Why can't I authenticate a user when accessing my site from different URL…?
I'm having a problem authenticating users when I attempt to access my site using its URL.
Server: "SERVERNAME".
Access and authenticate fine at: "http://SERVERNAME".
DNS record: "intranet.domain.com"
...
0
votes
1answer
422 views
Redirect authenticated users to a particular page
I have an anonymous access publishing site that has a 'Log In' link. I would like to redirect successfully authenticated users to a particular page.
So, a user could be looking at any page on the ...
0
votes
2answers
1k views
The Token Issuer is not a trusted issuer
When trying to deploy a custom STS (Functioning when used with a custom MVC app) I get the following error:
`The Token Issuer is not a trusted issuer`
It seems to be an issue with the certificates ...
0
votes
3answers
138 views
Custom DB Access Issue
We have an issue in accessing custom a DB from a SharePoint custom webpart. When we try to access the custom DB from SharePoint webpart we are getting the error "Login Failed for User ...
0
votes
1answer
327 views
Forms authentication login page issue
I am using SharePoint 2007 Enterprise + Publishing portal template + Windows Server 2008. And I am developing using ASP.Net + C# + .Net 3.5 + VSTS 2008 on SharePoint Server 2007. I am developing a ...
0
votes
0answers
24 views
Configured site for Kerberos, but can't log in
I installed SharePoint 2013 on a Windows 7 machine (which is also AD/DS) and did the following steps (as per this tutorial) to make a newly-created site "site1" use Kerberos authentication:
Added ...
0
votes
0answers
22 views
Sharepoint - SAML Authentication
I have a Sharepoint web application running on SAML security (based on user e-mail). I have a problem with one user that is not managing to log-in. Basically the IT admin, have done a mistake and have ...
0
votes
1answer
20 views
MOSS 2007 authenticating users only from a single AD group
I have an AD group called "internal users" which has read-only access to the whole root site for my site collection. Everyone is fine with the access, as long as I don't move them out from this group ...
0
votes
1answer
33 views
SharePoint 2013 Workflow Configuration Error (Authentication)
I am a newbie when it comes to server configuration and maintenance. I installed a copy of SharePoint 2013 for evaluation purposes and got everything up and running okay, but have run into issues ...
0
votes
1answer
16 views
AD authentication not updating
I have a problem with AD authentication. When I add a user to an AD group the user gets instant access. However if I remove a user that user continues to have access till the following morning. I ...
0
votes
1answer
20 views
Have FBA users visible (via people picker) to a non-FBA site
I have a publishing site collection extended into two zones:
Zone1: (default zone, win auth only- internal users)
Zone2: (internet zone, fba only- external users)
I want zone1 users to be able to ...
0
votes
1answer
24 views
Can people picker resolve NTLM users only in an FBA extended
I have implemeted FBA with LDAP and NTLM Authentication, I want people picker only resolve names for NTLM users not for FBA.
Please help...
Thanks
0
votes
0answers
20 views
Distributed Cache 2013 and Ios
Maybe i have a mis understanding of what Distributed Cache does, i took it as having the ability to hold a users session across multiple web applications...so in essence they log in once and then when ...
0
votes
0answers
31 views
Cannot call CreateSite with dual-zone authentication enabled
I have a web application set up with two extended zones (Default/Internet and Intranet). The default zone uses claims authentication (for external users) and the intranet zone uses windows auth.
When ...
0
votes
0answers
90 views
Has anyone been able to get data from SharePoint Online (office 365) using SSIS?
I have been following the example in this site:
http://blog.nhaslam.com/2012/01/26/loading-reference-data-from-a-sharepoint-list-using-ssis/
And everything works just fine if SP is inhouse but ...
0
votes
0answers
40 views
Native SSRS reports inside SPO 2013 with claims-based authentication
We have 1000s of SSRS 2005 reports in native SSRS mode and about 300 hosted inside SharePoint 2007 in SP integrated mode.
As we consider moving to SPO 2013 (o365) SSRS is not offered with SPO, and ...
0
votes
0answers
30 views
possible causes of account lockout with iOS application
I have a client iOS application that interacts with a sharepoint site. Once I do the authentication I reuse the cookies. Cookies are session only and have no expiry date set. At one point of time the ...