Tagged Questions
7
votes
1answer
2k views
Claims Authentication to SharePoint on iPhone
I have made a simple SharePoint client App for iPhone, which require access to some SharePoint web services (mainly /_vti_bin/Lists.asmx). I am having a trouble figuring out how to do this on newer ...
4
votes
1answer
3k views
How to check in sharepoint if user is authenticated by Claims?
I've created few webparts in Sharepoint 2010. In current version users are authenticated by Ad login, but now custome want to customize it and allow authentication by AD login or by email name - using ...
4
votes
1answer
483 views
Applying custom claims in claims based application
I would like to grant document level permission based on custom claims in claims based web site. A user may have hundreds of document or one. Is it a good idea to apply custom claims? What is the ...
4
votes
2answers
2k views
Re-calculate claims for SharePoint 2010 user while the user is still logged in
I am not a SharePoint expert by any means, and I've been having a really hard time finding the right information on this. Help, please!
I need a way to cause a claim token established with a call to ...
3
votes
2answers
4k views
People Picker. I cannot receive FBA users in Admin Center Site
My database membership3 at .\sharepoint has many membership users.
There is web.config file for my Admin Center Site
<configuration>
<connectionStrings>
<add ...
2
votes
1answer
1k views
How to share authentication context between a SharePoint 2010 Site and ASP.NET applications
Is it possible to share the claims based authentication of a logged in Sharepoint 2010 user with a separate Asp.net application?
The following article describes how it was done using Sharepoint 2007 ...
2
votes
1answer
2k views
Mapping email claim from custom claims provider to sharepoint user email in profile
I have Sharepoint 2010 using as the only authentication method a custom claims provider.
My custom claims provider has a email claim:
...
2
votes
1answer
922 views
SharePoint 2010 - Changing from Kerberos to Claims-Based Authentication
I want to change the Authentication Provider from Kerberos to Claim-Based in my SharePoint 2010 Enterprise Edition environment.
What problems can occur in my SharePoint environment?
I heard that ...
2
votes
1answer
168 views
Singing out of Claims/SharePoint SSO (close browser or not?)
Here is the scenario:
I have an ASP.NET MVC 4.0 application which uses claims based authentication, using a STS. This is also used to provided a single sign on solution for my SharePont 2010 ...
2
votes
0answers
414 views
Persistent login in Sharepoint 2010 using SessionSecurityToken?
I have a public website which runs on Sharepoint. Now when the users login, we want them to be able to pick "Remember login" so they have a persistent login.
As far as I've understood, Sharepoint ...
2
votes
2answers
1k views
ADFS claims based SharePoint 2010 and embedded IFrame ASP.NET claims aware application single sign on
I have a SharePoint 2010 web site configured for Claims only as the Replying Party to ADFS. I also have an ASP.NET application configured for Claims using WIF + Extension for SAML 2.0 CTP as the ...
1
vote
2answers
819 views
SharePoint 2010 and FBA
I an trying to setup Forms Based Authentication using ASPNetSQLMembershipProvider.
In 2010 Beta 2, I was able to do this in classic mode, and it worked.
With the RTM, it is no longer supported under ...
1
vote
1answer
415 views
Override Sharepoint 2010 authorization - claims authentication
• How can we override the authorization mechanism in SP 2010 (claims auth scenario) to execute hos custom logic rather than using OOB SP logic. When I say override it means that I should be ...
1
vote
1answer
3k views
Authenticate forms user without password in SharePoint 2010
I am working on a little project for SharePoint 2010 that will allow users to authenticate with their OpenID (and maybe more later on).
How it currently works is I have a membership and role provider ...
1
vote
1answer
752 views
SSO for sharepoint 2010 and asp.net app using adfs
I was tasked with creating an SSO solution from an existing asp.net app to a new sharepoint 2010 app.
The existing asp.net app uses forms authentication, but not against a single data source. It ...
1
vote
1answer
2k views
Programmatically add claim to a list
I wrote a small piece of code which add a claim to a site in Sharepoint.
I proceed like that :
using (SPSite site = new SPSite(url))
{
using (SPWeb web = site.OpenWeb())
...
1
vote
1answer
813 views
Calling Net Tcp WCF Service from Claims based SharePoint
I have a windows service that runs a WCF Net Tcp binding service. All binding and endpoint information is set programmatically.
_host.AddServiceEndpoint(typeof(IService), new NetTcpBinding(), ...
1
vote
1answer
770 views
integrate sharepoint authentication with office 365
How can i integrate Sharepoint authentication into my BPOS setup? i want users to login to Sharepoint using the same credentials they use to login to BPOS. This is to avoid having to use seperate FBA ...
1
vote
2answers
886 views
Getting 403 response when trying to access file in SharePoint list via WebClient
I’m trying to access a file in a SharePoint list using System.Net.WebClient. The list has anonymous access disabled (when we turn it on, it works) and we’re using Claims-Based Authentication. I know ...
1
vote
0answers
212 views
Visual Studio 2012 SSRS connection to Claims based SharePoint site?
I have a sharePoint Web Application using claims based.
On My development Client (Visual studio 2012 and business Intelligence 2012) I'm trying to make a connection to a sharePoint list with the ...
1
vote
0answers
293 views
Sharepoint Custom Claims provider and Sharepoint profile “claim” data mapping
I have an custom claims provider that uses a IP-STS on Sharepoint 2010.
I want that a particular claim that comes from the IP-STS to map the Sharepoint user profile.
i.e:
Map the ...
1
vote
2answers
6k views
SharePoint 2010 SecurityTokenService error
We have SharePoint 2010 in our testing environment, working a with a custom STS (federation , and all sites are claimsbased).
When we try to login to the site, we are redirected to the sts login page, ...
1
vote
1answer
471 views
How to do claim based authentication in wp7?
I am developing window phone 7 application. I am new to the claim based authentication. I am using the following link to do claim based authentication in wp7 against claim based sites.
...
1
vote
0answers
408 views
Basic Authentication WCF service installed in SP2010 with claims authentication
This configuration works with SP2010 in classic mode or SP2007.
We have a WCF service that is installed as an Application under the Sharepoint web site. This application uses Basic authentication.
...
0
votes
1answer
365 views
Claims Authentication - STS
I was watching this great video on Channel 9 by Venky.
http://channel9.msdn.com/shows/Identity/Sharepoint-2010-and-Claims-Based-Identity/
This talks about highlevel view on Claims Identity and STS. ...
0
votes
1answer
621 views
Why the message “There are no trusted identity providers” in Sharepoint 2010 if it has a STS
When you create a new web application in Sharepoint 2010 and you select "Claims based authentication" for the Authentication option, the "Trusted Identity provider" box is greyed out.
There are some ...
0
votes
2answers
680 views
Sharepoint 2010 Login by another Web Site
I have an urgent need to create a custom login page for a SP2010 site. Now, I know that this can be done by claims-based authentication and FBA but, after several days of work, I couldn't get it done, ...
0
votes
0answers
35 views
SPClaimsAuthRoleProvider.GetUsersInRole(string roleName) encountered a role '0(.s|true' with unsupported original issuer type 'SecurityTokenService'
Getting the following error message in the SharePoint 2010 ULS Logs when some custom code attempts to invoke SPUtility.GetPrincipalsInGroup():
SPClaimsAuthRoleProvider.GetUsersInRole(string roleName) ...
0
votes
0answers
125 views
Getting the exception: “Operation is not valid due to the current state of the object” when calling SPUtility.GetPrincipalsInGroup()
When calling the method:
Microsoft.SharePoint.Utilities.SPUtility.GetPrincipalsInGroup(SPWeb web, String input, Int32 maxCount, Boolean& reachedMaxCount)
I get the following stack trace:
...
0
votes
0answers
116 views
Enabling anonymous access in subsite in a claim enabled Sharepoint 2010 web application not working
I have a sharepoint 2010 claims enabled application. Web application is set to anonymous access for entire site in central admin.
Site collection is NOT set to anonymous access. I have created a ...
0
votes
0answers
631 views
SharePoint 2010 FBA Claim Based Authentication - Single Sign On between 2 web application
I have two web applications in SharePoint 2010 say http://svt-pc-01:10000(Team Site) & http://svt-pc-01:11000(My Site) and it is having FBA configuration.
Scenario:
Step-1: I will open ...
0
votes
0answers
100 views
Updating user claims dynamically
I have a SharePoint 2010 environment, and all of the sites are claims based. The authentication type is via 3rd party STS.
I would like to update the user claims, by hitting a directory and user ...
0
votes
3answers
1k views
SharePoint 2010: Claims based authentication from an MVC web app
I am using MVC4 and need to access and modify data in a SharePoint site. I found this:
http://msdn.microsoft.com/en-us/library/hh147177.aspx
Sample code here:
...
0
votes
1answer
664 views
Using my old membership provider in SharePoint 2010
I've got a custom membership provider that I use both in SharePoint 2007 services and in .NET web apps. Now I'm trying to update the SharePoint platform to 2010 Foundation and my provider doesn't ...
0
votes
2answers
3k views
Adding users programmaticaly on a SharePoint 2010 claims based site (extranet zone)
I have a SharePoint 2010 site which has Zone Level security. The site has Windows Authentication in Default Zone while it has Claimed Based Authentication in Extranet Zone. A membership provider is ...
0
votes
1answer
657 views
Cross-Domain single sign-on with azure, ACS, Sharepoint 2010, MVC Site, and WebService
I have a SharePoint 2010 site configured to login with ACS. And ACS configured to use my own Identity provider. I also have a MVC web application which is also claims aware, and uses ACS for ...
0
votes
1answer
619 views
Debugging K2 workflow - how to view data associated with error conditions?
I have a K2 Blackpearl workflow. In the workflow I populate a process data field with email addresses pulled from a SharePoint list. Using the Text - Join function with the SP List's SmartObject's ...
0
votes
1answer
2k views
SharePoint 2010 - Single Sign-On on a claims web app WITHOUT a password, like SetAuthCookie()
I’m working on a scenario that runs like this: user click a link in a SAP site that takes him/her to a SharePoint site. To accomplish single sign-on, an http module takes a SAP cookie, gets a username ...
0
votes
2answers
325 views
Live id authendication for Sharepoint 2010
Is it possible to use live id authentication for in premise SharePoint 2010 site .
SharePoint site is not exposed ourside our network. Means after the authendication is it posible to redirect to ...
0
votes
1answer
1k views
SharePoint 2010 Client Object Model - Kerberos/Claims Authentication
I'm trying to read a value from a list in a remote SharePoint site (different SP Web App). The web apps are set up with Claims Auth, and the client web app SP Managed account is configured with an ...
0
votes
2answers
605 views
Using WCF STS Bootstrap token in SharePoint 2010 (thinktecture identity server as sts and ActAs)
Has anybody used bootstrap tokens inside SharePoint 2010 when using a custom STS. I've been struggling with this for a few hours now. Whenever I issue the RST I get the following error message:
...
0
votes
0answers
666 views
Claims based authentication for extended application
I have sharepoint 2010 application that has default zone and an extended internet zone. The application uses classic mode authentication. I want to convert the application to use claims based ...
0
votes
1answer
1k views
Kerberos, Claims Based authentication and Sharepoint : Cannot connect to database
I have a server which hosts Sharepoint 2010. I have another server which hosts a SQL Server 2008 R2. SharePoint is Kerberos/Claims Based.
On my SharePoint, I installed a custom made webpart that ...
0
votes
1answer
824 views
Client object model with Claims Enabled Site
How do you connect to a SharePoint site using client object model, if site is claims enabled, and if it is using a third party identity provider without encapsulating httpcontext and trying to get a ...
0
votes
0answers
891 views
How can I automatically authenticate a SharePoint 2010 user?
In our organization we have a single sign-on solution which proxies web requests and handles authentication. When a user is authenticated, HTTP headers are injected into the request before it is ...
0
votes
1answer
370 views
Sharepoint 2010 FBA Enable peopele picker from intranet to select asp.net membership users from internet site
I have got two sites:
1) intranet company.local (claimed ad)
2) internet company.com ( extended on 1) ) forms (asp.net membership)
I have got this in web.configs
OkSMP2 is name of ...
0
votes
1answer
904 views
Custom Login Page for Sharepoint 2010
I'm trying to create a custom login page for my SP2010 site.
Now, I understand that I need to enable FBA (Form Based Authentication) for my application, but I couldn't do this. Because; new, extend ...
0
votes
1answer
623 views
Why Sharepoint create Profile automatically?
im using sharepoint 2010 with claimsAuthentification (SQLMembership Provider)
when user is authentified the first time, sharepoint create automatically a profile for this
user, please how can i ...