Main Page | Documentation | Support/Questions | Downloads
Documentation
The most current and complete documentation on the project can be found in this Toolkit Document.
Latest Notes
Java
A new build of the Java project was committed on 7 October, 2007. This build corrects the bugs with the last build. Building the project still requires NetBeans 5.5, but I have checked in a compiled JAR file and javadocs under the folder name lib-ClareitySecuritySSO.
So the latest code in Subversion is:
- lib-ClareitySecuritySSO (Latest compiled code)
- ClareitySecuritySSO (Latest toolkit code)
- AcmeIdp (Latest sample IdP web application)
- AcmeMLS (Latest sample SP web application)
- lib-20071007-JDK1.5 (OpenSAML Libraries and All Dependent Libraries)
- doc-20071007-JDK1.5 (Javadoc for OpenSAML latest build; does not include dependent lib javadoc)
C++/C#
An initial build of the C++ version of the project was committed on 12 October, 2007. It will eventually become the C++ equivalent of the Java version of the project. The code is located at:
- OpenSAMLWrapper (Initial development)
A new build of the C++ project was committed on 17 October, 2007. This build provides a C# interface to the C++ wrapper.
- OpenSAMLWrapper (Latest development)
A sample SP Web Site was committed on 30 October, 2007. It demonstrates the use of the C++/C# SAML wrapper.
New builds of the C++ project were committed on 9 Nov 2007. They implement signature verification.
- OpenSAMLWrapper (Latest development)
- SampleSP (Latest sample SP web application)
Release versions of all DLLs were committed on 6 Dec 2007. Release versions are required in order to load a DLL on a machine which does not have Visual Studio installed.
- OpenSAMLWrapper (Latest development)
- SampleSP (Latest sample SP web application)
The entire code base has been modified to support the implementation of an IdP. The commit was made on 14 Jan 2008 with the code being moved into a Cpp-cs directory to separate the C++/C# code from the Java code. The update also includes the latest versions of the third-party libraries.
- https://code.crt.realtors.org/svn/websso/Cpp-cs/OpenSAMLWrapper/trunk (SAML wrapper)
- https://code.crt.realtors.org/svn/websso/Cpp-cs/SampleSP/trunk (sample SP web app)
- https://code.crt.realtors.org/svn/websso/Cpp-cs/SampleIdP/trunk (sample IdP web app)
- https://code.crt.realtors.org/svn/websso/Cpp-cs/SAML_SSO (data directory used by SP and IdP web apps)
