-
Continue reading →: FIM CM : Data at the root level is invalid. Line 1, position 1.
This last weekend we migrated from CLM to FIM CM 2010. There were a few challenges along the way, but all-in-all, the process went well. One issue that had us stuck for a while was issuing certificates via the Web UI. The page would just crash and the standard ASP.NET…
-
Continue reading →: Performing RSA (Asymmetric) Data Encryption and Decryption in C# (Part 1)
When selecting a Data Encryption method for your Application, there are a couple of different options available. This articles discusses the method for encrypting data using Asymmetric Encryption/Decryption using Digital Certificates issued from a Microsoft PKI Certificate Authority. Symmetric and Asymmetric Encryption for Dummies Let’s start with a short…
-
Continue reading →: An OpenSSL CA on Windows
This article shows how to create an OpenSSL CA on a Windows 7 machine (using the OpenSSL Windows binaries) and request SSL, Code-Signing and Multi-purpose Certificates from the CA for use within a test / development environment. Background Having the functionality to issue certificates quickly and without the need…
-
Continue reading →: Creating a Test Relying Party and Test ClaimsApp in ADFS
This article contains a a quick walk through of creating a Claims aware application and registering this as a Relying Party in ADFS 2.0. The ClaimsApp application used within this scenario is the default site created in Visual Studio when selecting File –> New –> Web Site –> ‘Claims-aware ASP.NET…
-
Filtering Platform Connection Events : Give me peace
Published by
on
Continue reading →: Filtering Platform Connection Events : Give me peaceRecently I was busy troubleshooting some Kerberos authentication issues in my test environment. The Security Log on the test DC was totally cluttered with event id’s ‘5152, 5157, 5159 …’ and and event source of ‘Filtering Platform Connection’. The events were presumably coming from the Windows Firewall so went ahead…