summaryrefslogtreecommitdiffstats
path: root/website/web/links.xml
blob: 11110c21d616c62fd598be4895e88de31ce07d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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>