Usage of OpenSAML C++

Rod Widdowson rdw at steadingsoftware.com
Mon Oct 17 04:38:32 EDT 2016


Moved to the dev list, OP blind copied.  Please direct any follow up to this list (and not to the users list or to me directly).

> As I have to use C++ , Does Open SAML library of C++ version have the full functionality?

Scott will correct me, but "as much as required to support Shibboleth", sums it up.  Since Shibboleth is the most complete of the SAML implementations it should have as much as you need.  

> 2) I am trying to test the metadata file  using the test case SAML2ArtifactTest. the following API fails to get the plugin
> Can you let me know whether we need to initialise to fill these maps.

I just ran that test your point of failure successfully.  

To note I had set up the following in my environment (which was Windows, which requires rather more setup).

For the build environment (windows only):
	PARENTROOT
	[suitable edited Version.props]

For Shibboleth (so probably not relevant):
	SHIBSP_PREFIX
	SHIBSP_CFGDIR
	SHIBSP_SCHEMAS

For OpenSAML
	SAMLTEST_DATA
	PATH pointing to the dependencies (hand built for Windows)
	<Current Working Directory> ..../cpp-opensaml/xmltoolingtest

I suspect that it is the last that you are missing.

/Rod




More information about the dev mailing list