SSO Configuration MMC Snap-in
Posted
by Christopher House
on Geeks with Blogs
See other posts from Geeks with Blogs
or by Christopher House
Published on Sun, 16 May 2010 06:08:35 GMT
Indexed on
2010/05/16
13:31 UTC
Read the original article
Hit count: 864
This may be old news to most people but I've been away from BizTalk for about a year, so this was a welcome development for me. The other day, I was discussing with my client the various options for storing configuration data required by our project. I brought up SSO as it's something I've used with success on previous projects. The client hadn't previously used SSO and was concerned about the maintainability of configuration stored in SSO. I offered to do a quick POC to demonstrate storing/retrieving/maintaining configuration via SSO. As I set about creating the POC, I needed to download Richard Seroter's SSO configuration tool, since that's what I've used previously for managing SSO data. I went to google to track it down and was pleasantly surprised to discover that Microsoft has finally released an MMC snap-in for maintaining SSO applications.
The download contains three components. The first is the MMC snap-in which allows you to create/delete applications as well as name/value pairs within an application. Next is a C# class file, SSOConfigHelper.cs, which can be used to retrieve values from an SSO application. Finally, there's an MSBuild task that allows you to deploy SSO application data with your builds.
I didn't see any information as to which versions are supported, I'm using it in a BizTalk 2009 environment and it seems to work quite nicely. The download package is available here.
© Geeks with Blogs or respective owner