-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
50 lines (45 loc) · 1.94 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: default
---
<div class="row clearfix">
<div class="col-md-8">
<h1>LightSAML</h1>
<p>LightSAML is a stack of <a href="https://php.net/">PHP</a> libraries and bundles implementing
<a href="https://www.oasis-open.org/standards#samlv2.0">OASIS'</a>
<a href="http://saml.xml.org/saml-specifications">SAML 2.0 protocol</a>.</p>
<ul class="list-unstyled">
<li>
<h3><a href="/LightSAML-Core">LightSAML Core</a></h3>
<p>A core library implementing data model, XML serialization/deserialization, bindings, and profiles.</p>
</li>
<li>
<h3><a href="/LightSAML-IDP">LightSAML IDP</a></h3>
<p>A library implementing IDP side of the Web Browser Single SignOn SAML profile.</p>
</li>
<li>
<h3><a href="/LightSAML-Logout">LightSAML Logout</a></h3>
<p>A library implementing the Web Browser Single Logout SAML profile.</p>
</li>
<li>
<h3><a href="/Symfony-Bridge">Symfony Bridge</a></h3>
<p>A Symfony bridge bundle configuring internal profile services.</p>
</li>
<li>
<h3><a href="/SP-Bundle">Symfony SP Bundle</a></h3>
<p>A Symfony bundle implementing Service Provider side of the Web Browser Single Sign On SAML profile
as a Symfony security listener.</p>
</li>
</ul>
</div>
<div class="col-md-4">
<h4 class="mt-30">Latest posts</h4>
<ul class="list-unstyled">
{% for post in site.posts %}
<li class="clearfix mt-10">
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a><br/>
<small class="text-muted">{{ post.date | date: "%Y-%m-%d" }}</small>
</li>
{% endfor %}
</ul>
</div>
</div>