8. July 2010

Comments Off

SvnBridge and TFS2010

Today I was asked to configure my customers TFS 2010 server to allow access to TFS projects through a subversion client. Unfortunately you will discover that the current version of SvnBridge-Server (V5) isn’t completely compatible with TFS 2010. Captured here are changes made to get everything working.

Continue reading...

7. July 2010

Comments Off

Web Server Identification Page

For some time I have been using a simple but effective self created web page (identify.aspx) to identify which web server I connected to even if the server is behind a load balancing solution. Perhaps someone else is in need of such an informative web page?

Continue reading...

7. July 2010

Comments Off

Make Your Influence Positive

 
See more about this at NAPCAN.

Continue reading...

30. June 2010

Comments Off

Handling SAML 2 Claims in ADFS 2.0

One of the reasons for moving to ADFS 2.0 is to take advantage of the newly added SAML 2 support. Previous ADFS versions supported WS-Federation and SAML 1.1 security tokens but didn’t support the SAML protocol or SAML 2 security tokens. This post outlines my experience in configuring ADFS to accept a SAML 2 security token from a SAML 2 Claim Provider and then send a SAML 1.1 security token to a WS-Federation Relying Party.

Continue reading...

29. June 2010

Comments Off

HTTP Modules and Clients with Certificates

Suppose you want to restrict access to certificates from a specific certificate authority, but only certain types of certificates like those found on SmartCards. The following code is an example of how to use a HTTP Module to restrict web client access to a website to only specific types of certificates.

Continue reading...
Private