lasso/website/web/links.xml

36 lines
919 B
XML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Related Links</title>
</head>
<body>
<h1>Related Links</h1>
<h2>Lasso</h2>
<p>
<a href="http://dev.entrouvert.org/projects/authentic">Authentic</a> is a
full-featured Liberty-compliant identity provider aiming to address a broad
range of needs, from simple to complex setups. (GNU GPL)
</p>
<p>
<a href="https://code.google.com/p/modmellon/">mod_mellon!</a> is
a free (GPL) SAML 2.0 authentication module for Apache 2.
</p>
<h2>Not Lasso</h2>
<p>
<a href="https://simplesamlphp.org/">SimpleSAMLphp</a> is a free (GPL)
implementation of the SAML2 protocol in PHP. We often advocate it instead
of our own PHP5 binding because it's easier to deploy (non binary
dependency).
</p>
</body>
</html>