ADFS authentication customization
Active Directory Federation Services (ADFS) offers the possibility of a lot of customization. Because it's C# based and running on IIS, you can do basically everything. However, most people want to add...
View ArticleHowto - ADFS on Windows Server 2012 R2 with Office 365
Windows Server 2012 R2 is RTM and published on MSDN. Active Directory Federation Services (ADFS) 3.0 have some major differences from the 2012 version (ADFS 2.1). The ADFS Proxy is gone, replaced by...
View ArticleConfiguring the SharePoint Services Connector for FIM 2010 R2 for ADFS...
Here is a quick article on how to configure the SharePoint Services Connector for provisioning user profiles for ADFS authenticated users. I did not find any particularly good articles on the...
View ArticleCreating a simple ADFS authenticated .NET site
Authenticating .NET sites with ADFS is pretty easy, especially when you create a new Visual Studio project and just point to the ADFS farm's federation metadata. However, some times you might want an...
View ArticleLessons learned while configuring the SharePoint Services Connector for FIM...
I have now configured many SharePoint Management Agents, and initially I had severe problems finding out which attributes to populate with what. Here is the lessons I learned during this...
View ArticleCustom ADFS cmdlets I use all the time
I don't know about your habits, but one of mine is filling my PowerShell profile with all kinds of good stuff. Here are a few of my favorites for ADFS.Tags:Â PowerShellADFS
View ArticleOffice 2013 with ADAL not working with Single Sign-On
I am currently testing out Office 2013 with ADAL which is currently in preview. With ADAL, the Office applications support "Modern Authentication" which means web redirects instead of using the old...
View Article