Sign in
Tips, tricks and other animals
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Active Directory Federation Services
ADFS
ASP.Net
Azure
Bradley Cotier
bradleycotier
C2WTS
Claims Rule Language
Claims to Windows Token Service
Identity Provider
Identity Relying Party
IIS
Kerberos
passive
Relying Party
SSO
STS
WCF
WCF Data Services
WIF
Windows Azure
Windows Communication Foundation
Windows Identity Foundation
WP7
WS-Federation
Archive
Archives
October 2012
(2)
March 2012
(1)
February 2012
(1)
December 2011
(3)
October 2011
(1)
November 2010
(1)
October 2010
(1)
September 2010
(5)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Tips, tricks and other animals
SAML 2.0 tokens and WIF – bridging the divide
Posted
7 months ago
by
MonkeyTennis
5
Comments
Background We all know the following limitations about Windows Identity Foundation (WIF) and passive (browser) federation protocols, right? WIF does not support SAML2.0 protocol (SAML2P) There is a WIF extension out there to support SAML2P but it is a...
Tips, tricks and other animals
Access to an ASP.NET website via multiple authentications
Posted
7 months ago
by
MonkeyTennis
0
Comments
Background Is it possible to secure a website using Windows Identity Foundation (WIF) without interfering with an existing authentication method? e.g. – Could a website secured using an ASP.NET membership provider, with all the code and configuration...
Tips, tricks and other animals
ADFS/C2WTS identity impersonation failure after an IIS reset
Posted
over 1 year ago
by
MonkeyTennis
0
Comments
My team recently encountered an issue at a Relying Party website where identity impersonation in combination with ADFS authentication and the Claims to Windows Token service (C2WTS) fails after an IIS reset is performed. Reproducing the problem The problem...
Tips, tricks and other animals
Claims to Windows Token Service keeps entering disabled state
Posted
over 1 year ago
by
MonkeyTennis
0
Comments
On a recent project I was tasked with securing an ASP.NET MVC site using ADFS. There was also a requirement to flow the end-user identity down through the various tiers, necessitating the use of Kerberos Constrained Delegation (KCD). In order to achieve...
Tips, tricks and other animals
Write a custom security token and handler in Windows Identity Foundation
Posted
over 2 years ago
by
MonkeyTennis
2
Comments
In this article I will demonstrate how to write a token handler for a custom token in Windows Identity Foundation (WIF). The likely circumstances for requiring a new token type are: The token type is pre-existing and needs to be federated The new token...
Tips, tricks and other animals
Handling optional claims with the ADFS Claims Rule Language
Posted
over 2 years ago
by
MonkeyTennis
2
Comments
It is a perfectly normal scenario for claims to be optional in a token. For example, a SAML assertion may contain the mandatory claims: http://www.contoso.com/claims/givenname http://www.contoso.com/claims/surname and optionally the claim: http://www...
Tips, tricks and other animals
Mutual authentication with a IIS hosted WCF data service installed in a workgroup environment
Posted
over 2 years ago
by
MonkeyTennis
2
Comments
This post covers the steps required to secure communication between a WCF client and a WCF data service using mutual certificate authentication. The client/service topology is depicted below: Both the client and server run on a Windows Server 2008 R2...
Tips, tricks and other animals
Windows Azure toolkit for Windows Phone 7
Posted
over 2 years ago
by
MonkeyTennis
0
Comments
Hi all I am having great fun playing with this toolkit to see how WP7 apps can be properly secured using the Azure Access Control Service (ACS). I hit a couple of problems while trying to create a new 'Windows Phone Cloud Application' project in...
Tips, tricks and other animals
A quiz question
Posted
over 3 years ago
by
MonkeyTennis
0
Comments
Using the IXmlSerializable interface, create a class that will serialize XML to be exactly the same as the following: < ns1:Root xmlns:ns1 ="urn:myrootnamespace" > < ns2:child xmlns:ns2 ="urn:mychildnamespace" > < ns2...
Tips, tricks and other animals
The HTTP request is unauthorized with client authentication scheme 'Negotiate'. The authentication header received from the server was 'Negotiate,NTLM'
Posted
over 3 years ago
by
MonkeyTennis
2
Comments
In the course of enabling WCF services using Windows authentication, you may have hit this error. A Bing search will show that there are a myriad of reasons as to why this might occur. However, before you get bogged down in the complexities of WCF bindings...
Tips, tricks and other animals
SQL Agent truncation error
Posted
over 3 years ago
by
MonkeyTennis
0
Comments
Keep an eye out for this one if you have SQL jobs with particularly long step names (approaching 128 characters). This is a "won't fix" but there is a workaround: https://connect.microsoft.com/SQLServer/feedback/details/560760/sql-agent-reports-truncation...
Tips, tricks and other animals
Problem uninstalling database during ADFS v2 backout
Posted
over 3 years ago
by
MonkeyTennis
0
Comments
In a recent ADFS deployment to Windows 2008R2 we accidentally deleted the ADFS NT service account user (don't ask). Thinking it would simply be a matter of uninstalling ADFS and reinstalling we went ahead and tried. However, we hit the problem that the...
Tips, tricks and other animals
Debugging the .NET framework source code
Posted
over 3 years ago
by
MonkeyTennis
0
Comments
Ever wanted to debug the .NET Framework itself? Here's how: http://blogs.msdn.com/b/mcsuksoldev/archive/2010/09/09/debugging-the-net-framework-source-code.aspx Later. Brad
Tips, tricks and other animals
U-Prove
Posted
over 3 years ago
by
MonkeyTennis
0
Comments
I have been doing some proof of concept work of late on privacy and minimal information disclosure in federated scenario's. This work leverages a bleeding-edge cryptographic technology called U-Prove which allows the end-user to decide what information...
Tips, tricks and other animals
Windows Identity Foundation 101's
Posted
over 3 years ago
by
MonkeyTennis
0
Comments
Hi I am in the process of creating a series of 101's for Windows Identity Foundation and ADFS 2. Keep an eye out for them. Here are the first two: http://blogs.msdn.com/b/mcsuksoldev/archive/2010/07/07/windows-identity-foundation-101-s-ws-federation...
Page 1 of 1 (15 items)