Active Directory Federation Services (AD FS for short) is a software component developed by Microsoft that can be installed on Windows Server operating systems to provide users with Single Sign-On access to systems and applications located across organizational boundaries.

learn more… | top users | synonyms

10
votes
2answers
287 views

Identify Current Authentication Method Being Used

I am working on a solution that needs to act slightly differently if the incoming request is NTLM vs. Kerberos vs. ADFS, etc. Does anyone have an example of how to determine the incoming ...
6
votes
2answers
292 views

SharePoint 2013 Authentication model

I am new to SharePoint and have few questions regarding the authentication. We are using SP 2013 as extranet and we have different sites for different partners. Total number of users will be less ...
4
votes
1answer
97 views

Claims Auth, ADFS & Subject Alternate names

I currently have a wildcard cert *name.com with several subject alternate names. Inside the subject alternate names, there is an entry for name.net and several other variations. The URL of my ...
4
votes
1answer
305 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, ...
3
votes
2answers
242 views

Programmatically add item to sharepoint list from window application

How to add item to SharePoint list from window application using claim based authentication ? it gives 401 forbidden error. user is authenticated from ADFS server.
2
votes
1answer
896 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 ...
2
votes
1answer
797 views

Programmatically refresh SAML token for Sharepoint Online

Am using Map Network Drive in Windows Explorer to add a Sharepoint folder. This link is valid for the lifetime of the security token that Sharepoint returns (say 10 hours). When the token expires, the ...
2
votes
0answers
347 views

Incorrect authentication method when using Outlook integration

We have a SharePoint web application with both ADFS 2.0 and NTLM authentication methods enabled. Users have connected SharePoint calendars to Outlook and the integration almost works perfectly. They ...
1
vote
3answers
754 views

Use google accounts to log into a sharepoint application

I have a SharePoint 2010 application that is extended for external users to use claims based authentication, now the requirement is that the users should be able to use a trusted social log in ...
1
vote
1answer
23 views

o365 A2 safe bet for our SharePoint 2013 production farm?

While we build our on-prem SP 2013 we are playing with free o365 A2. We have about 2TB of production content and about 5000 acitve users, with a potential 20,000 users. Maybe 500 users using ...
1
vote
2answers
566 views

SharePoint 2013, ADFS, “not a trusted issuer”

First let me start by saying I feel like this is an easy question, but I am beating my head against the wall on it. I am trying to get SharePoint 2013 to accept claims from another organization's ...
1
vote
0answers
35 views

Combine AD and ADFS Authentication in Sharepoint

we have a sharepoint farm where we would like to use AD authentication in conjunction with ADFS authentication. The ADFS and AD-Authentication work both (on different AAMs). What i want to ...
1
vote
1answer
259 views

Sharepoint claims authentication returns 500 internal server error

I have Sharepoint web app with claims based authentication and ADFS as Identity Provider. In my test enfironment ADFS and Sharepoint are on the same machine. I'm using TMG for mapping between external ...
1
vote
0answers
403 views

Custom Claims Proivder and People Picker SPException user does not exist or is not unique

I am trying to solve the following problem. We have a web app with multiple authentication methods (Windows, Forms and ADFS). With the usual ADFS deployment the People Picker will not resolve the ...
1
vote
0answers
214 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
257 views

Using a custom claims provider to populate user properties (Email and Display Name)

We have a custom claims provider that calls a web service in order to provide search and resolve for users being federated from ADFS. This web service provides names, email addresses, and AD security ...
0
votes
3answers
210 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
199 views

components of setting up an extranet?

I'm wondering what would be necessary configuration wise to setup an extranet, i've found a ton of articles that provide little peices to how the formula works but nothing that really links all of the ...
0
votes
1answer
251 views

Claim auth from ADFS

I asked this question @StackOverflow[1] but maybe this is a better location for it: I try to connect to a SharePoint Online instance via a WPF-Application (C#). I have found this article[2] that ...
0
votes
1answer
372 views

ADFS 2.0 with SharePoint not recognized as trusted application and throwing

I am configuring a POC for SharePoint with authentication to third party account provider and running into several issues and following the documentation provided by microsoft at ...
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 ...
0
votes
0answers
18 views

How to get signin url value using sharepoint url?

In claims based authentication using ADFS2.0, We will be automatically redirected to the signin url and tries to authenticate. That means we are giving only sharepoint url, username and password as ...
0
votes
0answers
77 views

Using Custom Claim Provider in defining alerts

I've implemented a custom claims provider in order to replace the people picker in a web application that uses ADFS as a trusted token issuer. For authentication purposes it works great, I can search ...
0
votes
1answer
65 views

Outlook calendar authentication with ADFS and a default Windows Auth zone

We configured a Sharepoint portal with two zones. One (default) with windows authentication because of the search crawler, and another with and ADFS provider. In the browser (using the ADFS zone) ...
0
votes
1answer
256 views

Trusted Identity Token Issuer - remove claim provider name

I have sharepoint 2010 with ADFS. I also created custom claims provider and set it's name as ClaimProviderName property of SPTrustedIdentityTokenIssuer for ADFS. But now I'd like the default ADFS ...
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
0answers
92 views

How to get available ADFS server(s) and realm(s) from SharePoint server?

From a browser, if I have a single ADFS (STS), I can get the ADFS URL and realm from the redirect in HTTP reponse. If I have more than 1 STS configured on a SharePoint site, I will be prompted (Home ...
0
votes
0answers
59 views

Sharepoint on Cloud

Have the following scenario: Deploying sharepoint on a VM in public cloud wand it will have its own AD and ADFS. This ADFS will communicate with another ADFS proxy (on DMZ) of the organization so that ...
0
votes
1answer
280 views

Claims-based auth with ADFS 2.0 is missing _trust virtual directory

I am setting up claims-based authentication for SharePoint 2010 with AD FS 2.0 (following instructions Configuring Claims Based Authentication for SharePoint with AD FS 2.0 I've a claims-aware web ...
0
votes
0answers
212 views

SharePoint 2010. AD FS Claims authentication in web application, but NTLM without SSL in central administration

SharePoint 2010 web-application use SSL and AD FS Claims authentication. Central Administration web-application don't use SSL and don't use AD FS (in authentication properties for Administration ...
0
votes
1answer
683 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
774 views

Custom People Picker ADFS by Claim Provider

I have a farm with claim based / ADFS configured.. I have some Web Services running on it and the "EnsureUser(domain\name)" doesn't work, as people picker do. I read a lot of stuff online, I try to ...
0
votes
1answer
84 views

I'm having the same problem with People Editor using ADFS as claim provider [duplicate]

Possible Duplicate: People picker accepting anything when using ADFS as claim provider I can enter anything, like blah-blah, in the People Editor field, and when I click on the check ...
0
votes
1answer
75 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 ...