The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
32 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
1answer
39 views

SPContext on Forms login page

How can I get the SPContext on the forms login page (/_forms/default.aspx)? Looking up SPContext.Current or SPContext.GetContext(HttpContext.Current) is always null. I need to retrieve the parent ...
0
votes
1answer
180 views

Security token service and custom claims provider - strange error

I have a custom claims provider, which uses some services from another assembly. This service assembly basically uses Linq-to-SQL context to read data from database which then custom claims provider ...
2
votes
2answers
243 views

Share Point Client Object Model SAML token from STS

I am planning to use the share-point client object model to get the data(Lists etc) from share-point site ( Sharepoint site and mobile sites are hosted on two different machines/IIS servers). I do ...
1
vote
0answers
50 views

SAML authentication not working properly for the roles

I am facing an issue regarding the authentication in SP 2010. The scenario is below: WindowsTokenLifetime, FormsTokenLifetime and ServiceTokenLifetime are set to 365 days. Login with the user on ...
0
votes
4answers
562 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
1answer
143 views

Security Token Service - which account and permissions should be?

I would like to ask you about Security Token Service, in SharePoint Foundation. Default this service works on user who installed SP but I would like to change this account. Which permissions I have to ...
0
votes
1answer
78 views

Claim Types in Sharepoint 2010

I am currently working on SAML2.0 to SAML1.0 conversion.How can i define my own Claim Type. Currently there are few claim types which can be passed and understood by sharepoint ...
0
votes
0answers
46 views

Can a user authenticated via claims be mapped to that user's Active Directory Account?

I would like to provide a user that logs in through claims the same experience as if he or she logged in via his or her AD account. Have the same permissions, be a member of the same audiences, have ...
0
votes
0answers
34 views

Working with external authentication providers

My application currently uses ADFS authentication.The application is used by external partners(WXY,XYZ,ABC,LMN).Now i am planning to make the application SS0.For this i am going to use STS.Also SAML ...
2
votes
1answer
211 views

Ways to get data from Sharepoint out of sharepoint environment

My question is Can someone tell me the possible ways, I can get data from a sharepoint 2007 list, which is secured with SSL/Https for a Windows 7 gadget(uses HTML/Java Script), (I asked my senior ...
5
votes
1answer
120 views

Remember Me not working after SP1 with February Cumulative Update

We recently upgraded our servers with SP1 and the Feb. cumulative update. Everything seemed to go well, but we are now noticing that our Remember Me functionality is not working properly. We are not ...
0
votes
2answers
534 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 ...
1
vote
3answers
2k views

Sharepoint 2010 Item level Permission to a Document Library is Our approach right?

We are planing to apply Item level Permission on document library and want share point experts advise...are we going right way or we will fall in performance issue or others.. What We Have : 1- We ...
2
votes
2answers
2k views

FedAuth cookie set to expire only 10 hours after creation

I've written a custom login script for my Forms Based Authentication SharePoint 2010 Server website, which allows my users to enter credentials for one of our products, and map them to a FBA user ...
1
vote
1answer
508 views

How Do I Configure the SharePoint 2010 Security Token Service for Use By Another Web Application?

I am trying to configure the SharePoint Security Token Service on SharePoint 2010 so that another non-SharePoint web application can use SharePoint for authentication (SSO). The only instructions I ...
5
votes
1answer
1k views

Single Sign on / SharePoint 2010

We currently have a SP2010 farm, with a number of web applications all configured to used classic windows authentication. One of our service providers has an externally hosted application that we want ...
3
votes
1answer
524 views

FBA SharePoint 2010 and login in Word

I have tried to get into Claim based authentication using FBA as with AspNetSqlRoleProvider and AspNetSqlMembershipProvider, I got it up and running. But there is one issue I can't get my head around. ...
0
votes
1answer
40 views

Active Directory Federation

I have a need to get SharePoint to communicate with an Active Directory service on a different domain, but trust is an issue. Basically we have arp.local.org (arp.org exposed externally) that hosts ...
1
vote
1answer
3k views

Code to create a security token isn't working

I've been developing a SharePoint Server 2010 site, which uses Forms Based Authentication. As part of my custom login script, I used the following C# code: System.IdentityModel.Tokens.SecurityToken ...
0
votes
1answer
825 views

Can't find where to change user on Security Token Service Application

So right now I'm trying to delete a managed user account in my SharePoint Server farm as we try and make him non-existent, using the following code: $s = get-spmanagedaccount "Account_Name" ...
3
votes
5answers
11k views

The Security Token Service is not available

After a fresh install of SharePoint Server 2010 (Standalone) on Server 2008 R2 I get this warning from the Health Analyzer: "The Security Token Service is not available." The Windows Application ...