Claims-based identity is a common way for applications to acquire the identity information they need about users inside their organization, in other organizations, and on the Internet. It also provides a consistent approach for applications running on-premises or in the cloud.
1
vote
1answer
2k views
Enabling forms based authentication for existing Sharepoint Web Application
I have an site collection in a web application for which I need to enable forms based authentication (rather than using the standard Windows/AD authentication).
I followed the rather good ...
1
vote
0answers
295 views
Claim Based Authentication user LoginName and People Picker problem
I have a problem with People Picker in my claim based app:
From People Picker finds many instance of the same user
From Code EnsureUser(Domain\Name) doesn't work at all
From Code EnsureUser(email) ...
1
vote
1answer
161 views
SharePoint claims with single sign on redirects when accessing _trust subdirectory
I have developed a cutom STS/Identity provider/SSO (Single sign on) website in MVC3 which acts as a claims provider. This site signs on a user to a sharepoint site using WSFederation.
It correctly ...
1
vote
0answers
215 views
Sharing authentication ticket between apps in different subdomains
I'm working with a SharePoint farm that has one content web application and one My Sites web application. The apps are configured for clamis-based authentication using a combination of OpenSSO and ...
1
vote
1answer
113 views
What are _formsweb.config files? SP2010 Claims [Access Denied]
I'm hoping someone will have experience with this. I'm stumped!
I have two SharePoint 2010 (Enterprise) farms: development and production.
Each farm has 3 servers:
SPSQL-Dev, SPSQL-Prod ...
1
vote
1answer
200 views
Error: Access Denied in Claims Authentication, Custom Login Form
I created a web application Claims Authentication. I want create a custom login form.
I use this link for create it. But when login it , I get error: Access Denied
1
vote
2answers
2k views
How do find web config file of Claims Based authentication?
I want Configuring claims and forms based authentication for use with an LDAP provider in SharePoint 2010.
I change webcomfig file of :
1.Adjust the web.config of the Central Administration site
...
1
vote
0answers
386 views
Custom SPClaimProvider with Context Impersonation throwing exception
I have written a custom SPClaimProvider for my SharePoint 2010 site. It seemed to be working for couple of days and it started throwing exception whenever I elevate the privileges or user Context ...
1
vote
1answer
254 views
Claims-Based Authentication and User Provisioning
Been mulling something over with regards to CBA in 2010.
Suppose that I have a trusted IdP. A user authenticates against the IdP and enters my SharePoint site for the first time.
Unless the user ...
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
2answers
421 views
Claims Based Authentication- Windows Explorer Mode only works after installing SharePoint Designer on the client
I have a situation where users recieve the following error when trying to view a library/list in Explorer Mode:
Your client does not support opening this list with Windows Explorer.
We have ...
1
vote
1answer
462 views
Exception fetching current thread user in SPUtility.CacheClaimsIdentity
Has anyone come across this exception? It occurs when I have the mapToWindows web.config value set to true, and I try to authenticate using either Windows Authentication or our custom STS.
Exception ...
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 ...
1
vote
2answers
312 views
Are there any way to change the authentication type to claims based in code without using Powershell?
I'm creating an application that changes the authentication type to Claims based, but I'm trying not to use powershell.
any advice?
0
votes
3answers
214 views
Active Directory Federation Services and SharePoint
Here is my situation; we are developing a sharepoint portal that should be accessed from multiple different domains. And users from different domains should not enter their credentials. As far as i ...
0
votes
1answer
42 views
Editing Column names
How to edit a column name in Sharepoint ?When O rename a column I can't get by the code to column name.
if (properties.List.Title == "Wpisy")
{
SPList lstOtherList = ...
0
votes
2answers
1k views
Claims based authentication and custom sign on page
I am creating a Claims based authentication using PowerShell. I am enabling both Windows authentication and FBA. My code will look as follows:
$authMethod = "NTLM"
Write-Output "Creating $title ...
0
votes
2answers
510 views
How we can change the existing Window Membership Provider to Claims Based Authentication in SharePoint 2010?
Will any one help me to tell how we can change the existing Membership Provider to claims based authentication.
Thanks
0
votes
2answers
2k views
Why i am getting a Following error while implementing Custom Membership Provider in SharePoint 2010?
implementing custom membership provider in sharepoint 2010 I am getting the following error.
I am getting this error in the following page.
http://home:55555/_admin/WebApplicationList.aspx?
I copy ...
0
votes
2answers
110 views
SSO in SharePoint
I'm completely new to the activities like Single Sign On configuration.
I need to implement SSO in my SharePoint Web Application for a one time login using AD credentials.
Somebody please provide any ...
0
votes
4answers
561 views
Does Sharepoint 2013 Support SAML 2.0?
As SP2010 does not support SAML 2.0, I want to know if SP2013 supports SAML 2.0 tokens?
0
votes
2answers
223 views
User claims in custom claim provider
I have a custom claims provider and now I got this new requirement to augment some new claims based on claims which user already has.
How can I get user claims which are already augmented (eg. those ...
0
votes
2answers
533 views
How to Client Side connect to Sharepoint 2010 with claim based auth
I had to create an application which connects to Sharepoint. The interested Sharepoint Application is set to work ONLY with claim based Authentication, so I cannot use the classic:
NetworkCredential ...
0
votes
1answer
104 views
Extend Win Auth Webapp to use Forms Auth
Is it possible to extend an existing web application (configured to use classic mode authentication) to use claims authentication? When I try to extend the web app I don't see a option to pick ...
0
votes
4answers
957 views
Custom Claim Provider - What is the fix for “Error loading the claim provider assembly”?
I have implemented a custom SPClaimProvider that is doing claims augmentation in the FillClaimsForEntity method. I have packaged this as a SharePoint feature and deploy it in a WSP.
I am trying to ...
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
123 views
SharePoint Claims authentication and web.config role authorizations
I am trying to secure a few application pages with role base authorizations can't seem to get it working , if I set a deny rule for all users the rule works, but anything with a specific group or ...
0
votes
1answer
259 views
Getting error “Cannot get Role Manager with name aspnetsqlroleprovider”, even without using this provider
I'm working on a large SharePoint farm that use claims authentication.
We are using both Integrated authentication, and a custom provider called "myprovider".
However, I'm getting random error event ...
0
votes
1answer
84 views
Implement Claim based authentication
I need some guidance about how to implement Claim based authentication. I need to enable my users to login using windows LiveId or google id...
Can any one share the Powershell script to achieve this ...
0
votes
2answers
137 views
FBA web app user permissions replicate to full control even after login
I have made a web application with Form Based Authentication that uses a custom form. Then each user is suppsed to enter the restricted area with their specific permissions. What happens instead is ...
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
109 views
Claim Based, Seach and Custom Security Trimmer
I'm facing a problem betweek "claim passage", "token" and Search. Looking online this is a well known bug that everybody solves creating a custom security trimmer...
My solution to the problem works ...
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
1k views
How to Add user for form authentication in sharepoint 2010?
I confirgured the form authentication. but i am not able to create the users for login using form authentication .
When i want add user in the Policy for Web Application, I search User , Noticeable ...
0
votes
1answer
844 views
Forms Based Authentication Users in the SharePoint 2010 People Picker Not Working
I Created custom login page .
I use this code for login
if (Membership.ValidateUser(Username.Text, Password.Text))
{
SecurityToken tk = SPSecurityContext.SecurityTokenForFormsAuthentication(
...
0
votes
3answers
924 views
What set for ASP.NET Membership provider name in forms based authentication?
I want created a custom login page . I set Claims Based Authentication my site .
When i Enable Forms Based Authentication (FBA) , what value set for :
ASP.NET Membership provider name
ASP.NET Role ...
0
votes
1answer
1k views
LDAP Authentication - connection string
I am setting up claims auth for a site which needs to use LDAP. The connection needs to be made using a certain user account so I need to pass in the password. Does anybody has an example of a ...
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 ...
0
votes
3answers
497 views
Self Service Create Site - Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Requirement :
Web Application "A" - App-pool account : acc1 - Classic Mode Authentication
Web Application "B" - App-pool account : acc2 - Classic Mode Authentication
Web Application "C" - App-pool ...
0
votes
1answer
120 views
Can't add Claims Web Part
I have successfully managed to make sharepoint web application claims-aware and connect it to my custom STS. Then I wanted to view claims user has after logging in. I got Claims Web Part from Claims ...
0
votes
1answer
699 views
Configure ADFS with Windows Authentication
I created an integration of an existing product that shows reports in web, comparable to Reporting Services. This product needs Windows Authentication or Kerberos/ asp.net impersonation to access ...
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
684 views
Using a Custom login page with FBA, why does the manual change work but not the CA UI?
Is there a way to use a Custom Sign In URL with FBA? Currently we let the default URL be used when setting up the web applications and on deployments update the web.config files with our Custom URL. ...
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
0answers
8 views
Claims Based Authentication in SharePoint 2013 Online Not working anymore
I'm trying to connect an application (desktop application) to SharePoint 2013 sites.
I have a client webservice, the issue is Claims Based Authentication in SharePoint 2013 does not work: ...
0
votes
0answers
8 views
Access denied on claims based authentication
We have a SharePoint project which using claims based authenticate. It works well on our development, but fail on client DEV/UAT environment.
Here are what we have done:
The SharePoint service ...
0
votes
0answers
26 views
SP2010 Claims Access Denied
Something happened in the course of two days where all claims users are getting access denied.
This is what my claims id looks like when looking at policy for web application (it has full control ...
0
votes
0answers
30 views
Sharepoint 2010 login layout page gives Access denied error
SharePoint is showing strange behavior that when I use my Custom login page which is using the credentials entered to get authenticated by my Custom Security Token service (Trusted Identity provider) ...
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
1answer
20 views
Editing Appearance of Lookup Field in SP Workflow Email
I have a workflow that sends an email when a new item is added to a list. The email includes the creator of the new item, which uses a lookup value.
CurrentItem-CreatedBy-String = [%Current ...