0
votes
0answers
24 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
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 ...
1
vote
1answer
235 views

70 - 667 Exam question confusion

I am bit confused with this question for 70 - 667 exam question, seems like there are more then 1 right answer to the question. You configure a SharePoint Server 2010 Service Pack 1 (SP1) farm. ...
2
votes
2answers
236 views

Windows Authentication and Trusted Identity Provider - User mapping to a single identity store

First, let me describe the scenario: I have a Web Application with 2 enabled Identity Providers Windows Authentication Custom Trusted Identity Provider (that provider handles PingFederate SAML ...
0
votes
2answers
61 views

Multiple authentications for web applciation and sub site

I've root site collection MainSite. Also I have another site collectionSubSite hosted on "http://MainSit/SubSite" and "http://MainSit/SubSite1". Question: Is it possible to have Anonymous ...
0
votes
1answer
689 views

AD FS. SPWeb.EnsureUser exception on AD user

We use ADFS and have a problem. The PeoplePicker find users and show a string such as: "UserDisplayName [Active Directory]". But the page throws the following error: ...
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 ...
2
votes
1answer
191 views

Windows Auth and Forms with LDAP provider - merge identity?

I have a need to handle two unique authentication scenarios: "Off network" - provide a login form (Forms based auth) "In Network" - traditional windows auth / no form This is the same user base - ...
0
votes
1answer
1k views

Sharepoint Authentication Windows and Custom Login Form

We're trying to find a way to implement a rater tricky scenario. We want to create a web app with Claims Based Windows Authentication, so that in a machine in the local domain the authentication is ...
2
votes
1answer
904 views

ADFS, people picker and custom claims provider

I read article of Steve Peshka here which points that we have to develop custom claims provider in order to override pepole searching using people picker in SP2010. I have two questions regarding ...
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
763 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 ...
5
votes
1answer
291 views

Strategy for correct external authentication?

I'm a bit confused about the different terminology, components and steps to make my scenario work. I'm working on a SP 2010 platform that can have multiple authentication mechanisms : Anonymous, ...
3
votes
3answers
2k views

People Picker attempts to use claim based authentication but the web application authentication provider is classic / windows

We recently in-place upgraded our sharepoint 2007 to sharepoint 2010. We were using Windows authentication in the 2007 environment and wish to continue doing so in the 2010 environment. The ...
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 ...
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: ...
3
votes
1answer
178 views

Windows Live Authentication with Sharepoint Question

I have configured as CBA with Windows Live as instructed here: http://www.wictorwilen.se/Post/Post.aspx?id=562. I think I am very close. When I visit my site I am redirected to select authentication ...
1
vote
3answers
2k views

Claims-based or classic authentication mode - how to figure out in a given SharePoint 2010 installation?

How do I figure out whether a web application in my SharePoint 2010 farm is using claims-based or classic authentication mode? I know that authentication provider (default zone) is Windows, but ...
4
votes
1answer
306 views

Sharepoint 2007 to 2010 conversion and authentication

I'm consulting on a project that needs help passing authenticated user to other .Net applications on the same domain from Sharepoint to standard .Net & classic asp sites. Currently in SP 2007, ...
2
votes
1answer
1k views

Create a sharepoint registration page for external users

I want to make a sharepoint site where everyone has access to the login page. On the login page, there should be a link to a registration page where new users can register. The emailadress provided ...
4
votes
2answers
784 views

Office 365 SharePoint Authentication from Objective-C on IOS

I want to create an IOS app that connects to my Office365 SharePoint team site using the list rest services. How do I do authentication? Any examples?
0
votes
1answer
133 views

Is it possible to use SharePoint Logger from MS P&P SharePoint 2010 Guidance Library when user is not authenticated?

I am working on custom authentication for SharePoint 2010. And I found very useful to use SharePoint Logger from MS P&P SharePoint 2010 Guidance Library. It works fine when I get instance of ...
7
votes
1answer
3k views

Override _layouts/Authenticate.aspx for claims based authentication (LiveID)

I've configured claims-based authentication using Windows Live ID. In Microsoft service manager the default return URL is as in WS-Federation specification: https://domain.com/_trust/default.aspx ...
2
votes
2answers
298 views

Are there any way to change the Membership Provider & Role Manager through code or Powershell

I know that you can specify the Membership provider and Role manager for a web application on creation, but I need to update it after creation. any clue.
5
votes
3answers
275 views

Always getting access denied for all loginaccounts

I'm in a middle of a process of setting sp_accounts to sp services and for some wrong behaviour I'm always getting access denied when enter the webapp for all accounts. Claims service could be the ...
0
votes
1answer
133 views

Can I configure LiveID in PROD environment skipping INT one?

I have a problem with the registration test LiveId account via https://login.live-int.com/ I need to get PUID user required in the LiveID integration process with SharePoint 2010. The problem is ...
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 ...
1
vote
1answer
340 views

SPClaimsAuthMembershipProvider returns only aspnetdb users - WHY?

If I use : MembershipProvider membership = Membership.Providers["AspNetSqlMembershipProvider"]; MembershipUserCollection msc = membership.GetAllUsers(0, 200000, out totalnumber); I got all userS ...
4
votes
2answers
460 views

Users have several ids in the same Web

I have backup-restored a site collection. In the new site collection we use Claims based authentcation. Now it looks like all the users from the old web is also restored on the new site (which ...
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 ...