The sts tag has no wiki summary.
2
votes
1answer
34 views
Unauthorized access to User Profile Service web service
I have two zones for my SP2010 site collection: default (uses Win Auth- claims) and internet (uses FBA to an AD user store). I have a WP which would call the User Profile Web Service and get some ...
0
votes
0answers
52 views
Trouble with single sign-on using ADFS with both AD and external SQL database
We have SSO working successfully with STS for authenticating our users across multiple sites (SharePoint and non-SharePoint). Our goal is to setup SSO so that we can authenticate against AD for ...
2
votes
0answers
76 views
Windows Live ID Compliance Guide
I've been following this guide to set up Windows Live ID authentication (http://www.wictorwilen.se/Post/Visual-guide-to-Windows-Live-ID-authentication-with-SharePoint-2010-part-1.aspx) and it makes ...
0
votes
1answer
44 views
Recreate SharePoint Certificate Store (2013)
I had a major OS issue on a SharePoint 2013 machine, and unrelated external issues led to not having a backup. The machine ended up needing an OS reinstall, which I did as an in-place reinstall ...
0
votes
2answers
142 views
Site Minder People Picker should work like windows authentication results
I have a custom STS(Site Minder) and windows authentication configured for sharepoint web application. In the people picker for Windows authentication, I can search by first name, last name, email id. ...
4
votes
2answers
260 views
Crawler authentication in SharePoint 2013 for STS based external website
I am not able to crawl website that has STS (security token service) based authentication using FAST Search for SharePoint 2013 . I tried Form credentials and Cookie based authentication in Crawl ...
2
votes
2answers
237 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 ...
0
votes
1answer
303 views
Logout in case of custom STS
I am using a custom STS for SP.The site is SAML token enabled with SSO implmentation.
The logout is not working properly.How do i implement custom Signout .do i need to clear the SP session or clear ...
1
vote
3answers
129 views
Claims Authentication (ADFS &STS)
Can i have ADFS authentication mechanism for 1 subsite and SSO implementation for 3-4 subsites ?
i am using Claims based authentication.I have ADFS already configured.I have 1 webapplication and have ...
1
vote
3answers
648 views
How to get claims from SPUser object
Is it possible to read claims by using the SPUser object only?
STS is used as claimsprovider.
All examples I have found use:
var claimsPrincipal = Page.User as IClaimsPrincipal;
claimsIdentity = ...
1
vote
2answers
1k views
Multiple webapplications using same STS?
I have set up and SP 2010 web application with claims based authentication with simple, custom STS. How can I connect another web application to the same STS?
For my first web application I used a ...