This is bit of an old news. As I was not at home for the last week, I could not blog about this earlier than this.
WSO2 Identity Solution is an open source implementation of Microsoft CardSpace, which is a standards-based solution for working with and managing diverse digital identities.
I started working on the Identity Solution by accident, when someone was needed to write an apache module for this solution. Although there were many who knew better, and I knew nothing about writing apache modules, I got the chance since I was jobless (not exactly!) then. Afterall, it is the main project that I'm working on at the moment. At the first shot at it, things didn't look so good. I was trying to write the whole module using very low-level APIs, not knowing that there are a lot many comprehensive abstractions that can be used. Handler concept, which is new in Apache2 made my task a few orders of magnitude easier than it would have been in Apache 1.3.
Nick Kew's companion website of the book "The Apache Modules Book" came in handy when I needed any bright ideas. I wonder how efficient I would have been if I had the book at hand. Thanks Nick, for the great effort.
Release note:
We are happy to announce the alpha release of WSO2 Identity Solution.
This release can be downloaded from the following location:
http://dist.wso2.org/products/solutions/identity/alpha/
Key features of this release includes
* An Apache2 module to enable CardSpace authentication on a
web application.
* A ServletFilter component to enable CardSpace authentication
on a Java servlet based web application.
* Two samples explaining the use of the above components.
(Please follow instructions given in the README files)
Release artifacts :
-------------------------------------------------------------------------------
Binary distribution - identity-solution-alpha-bin.zip
Source distribution - identity-solution-alpha-src.zip
Project Information
-------------------------------------------------------------------------------
Web site - http://www.wso2.org/projects/identity
Issue tracker - https://wso2.org/jira/browse/IDENTITY
Mailing list - identity-dev@wso2.org
Thanks,
WSO2 Identity Solution Team
1 comment:
Interesting product. You must be having a good time at WS02. Good to see our good old Dummy is an apache committer now.
Post a Comment