@@ -216,26 +216,6 @@ <h4 id="generate-unique-id"><a name="generateuniqueid" href="#generateuniqueid">
216216 < li > Repository: < a href ="https://github.com/safire-ac-za/simplesamlphp-module-genuniqueid "> safire-ac-za/simplesamlphp-modules-genuniqueid</ a > </ li >
217217</ ul >
218218
219- < h4 id ="infocard "> < a name ="infocard " href ="#infocard "> InfoCard</ a > </ h4 >
220-
221- < p > This is a SimpleSAMLphp module that works with Information Cards technologies and provides some basic functionalities:</ p >
222-
223- < ul >
224- < li >
225- < p > < strong > RP</ strong > : acting as a Relying Party, you can accept user authentication through InfoCards consuming tokens sent by an
226- STS.</ p >
227- </ li >
228- < li >
229- < p > < strong > STS</ strong > : acting as a Secure Token Service you can provide information to a RP generating tokens. Currently, only user
230- password and self issued credentials are supported.</ p >
231- </ li >
232- < li >
233- < p > < strong > InfoCard Generator</ strong > : your users could request their InfoCard filling a form with their username and password.</ p >
234- </ li >
235- < li > Package name: < code class ="language-plaintext highlighter-rouge "> simplesamlphp/simplesamlphp-module-infocard</ code > </ li >
236- < li > Repository: < a href ="https://github.com/simplesamlphp/simplesamlphp-module-infocard "> simplesamlphp/simplesamlphp-module-infocard</ a > </ li >
237- </ ul >
238-
239219< h4 id ="kerberos "> < a name ="kerberos " href ="#kerberos "> Kerberos</ a > </ h4 >
240220
241221< p > Kerberos 5 authentication module for SimpleSAMLphp.</ p >
@@ -255,20 +235,6 @@ <h4 id="logpeek"><a name="logpeek" href="#logpeek">Logpeek</a></h4>
255235 < li > Repository: < a href ="https://github.com/simplesamlphp/simplesamlphp-module-logpeek "> simplesamlphp/simplesamlphp-module-logpeek</ a > </ li >
256236</ ul >
257237
258- < h4 id ="metadata-aggregator "> < a name ="mdaggregator " href ="#mdaggregator "> Metadata aggregator</ a > </ h4 >
259-
260- < p > This module aggregates a set of SAML entities into SAML 2.0 metadata documents. The resulting metadata documents contain
261- an EntitiesDescriptor element with the multiple entities configured as sources inside. Multiple aggregates can be
262- configured at the same time.</ p >
263-
264- < p > Please note that < strong > this module has been deprecated</ strong > in favour of the more recent
265- < a href ="https://github.com/simplesamlphp/simplesamlphp-module-aggregator2 "> Aggregator2 module</ a > .</ p >
266-
267- < ul >
268- < li > Package name: < code class ="language-plaintext highlighter-rouge "> simplesamlphp/simplesamlphp-module-aggregator</ code > </ li >
269- < li > Repository: < a href ="https://github.com/simplesamlphp/simplesamlphp-module-aggregator "> simplesamlphp/simplesamlphp-module-aggregator</ a > </ li >
270- </ ul >
271-
272238< h4 id ="metadata-aggregator-2 "> < a name ="mdaggregator2 " href ="#mdaggregator2 "> Metadata aggregator 2</ a > </ h4 >
273239
274240< p > This is a module for metadata aggregation. It is designed to preserve most of the common metadata items, and it also
@@ -293,15 +259,6 @@ <h4 id="metaedit"><a name="metaedit" href="#metaedit">Metaedit</a></h4>
293259 < li > Repository: < a href ="https://github.com/simplesamlphp/simplesamlphp-module-metaedit "> simplesamlphp/simplesamlphp-module-metaedit</ a > </ li >
294260</ ul >
295261
296- < h4 id ="modinfo "> < a name ="modinfo " href ="#modinfo "> Modinfo</ a > </ h4 >
297-
298- < p > A very straightforward module for SimpleSAMLphp that displays the list of modules and their status in the web interface.</ p >
299-
300- < ul >
301- < li > Package name: < code class ="language-plaintext highlighter-rouge "> simplesamlphp/simplesamlphp-module-modinfo</ code > </ li >
302- < li > Repository: < a href ="https://github.com/simplesamlphp/simplesamlphp-module-modinfo "> simplesamlphp/simplesamlphp-module-modinfo</ a > </ li >
303- </ ul >
304-
305262< h4 id ="monitor "> < a name ="monitor " href ="#monitor "> Monitor</ a > </ h4 >
306263
307264< p > A SimpleSAMLphp module that can monitor authsources, metadata, certificate validity, etc. It can output results as HTML,
@@ -361,16 +318,6 @@ <h4 id="saml-20-debugger"><a name="samldebug" href="#samldebug">SAML 2.0 Debugge
361318 < li > Repository: < a href ="https://github.com/simplesamlphp/simplesamlphp-module-saml2debug "> simplesamlphp/simplesamlphp-module-saml2debug</ a > </ li >
362319</ ul >
363320
364- < h4 id ="selfregister "> < a name ="selfregister " href ="#selfregister "> Selfregister</ a > </ h4 >
365-
366- < p > A module that allows registration of users accounts. The original version was developed by UNINETT and supported LDAP as
367- a backend. This fork adds support for SQL databases as the back-end.</ p >
368-
369- < ul >
370- < li > Package name: < code class ="language-plaintext highlighter-rouge "> geant/simplesamlphp-module-selfregister</ code > </ li >
371- < li > Repository: < a href ="https://github.com/TERENA/simplesamlphp-module-selfregister "> geant/simplesamlphp-module-selfregister</ a > </ li >
372- </ ul >
373-
374321< h4 id ="sql-attributes "> < a name ="sqlattrs " href ="#sqlattrs "> SQL Attributes</ a > </ h4 >
375322
376323< p > An authentication processing filter that allows you to provide additional attributes from a SQL datastore. It is useful
@@ -383,16 +330,6 @@ <h4 id="sql-attributes"><a name="sqlattrs" href="#sqlattrs">SQL Attributes</a></
383330 < li > Repository: < a href ="https://github.com/safire-ac-za/simplesamlphp-module-sqlattribs "> safire-ac-za/simplesamlphp-module-sqlattribs</ a > </ li >
384331</ ul >
385332
386- < h4 id ="voot-groups "> < a name ="voot " href ="#voot "> VOOT Groups</ a > </ h4 >
387-
388- < p > A module to fetch group memberships from an API service protected with OAuth 2.0 using the VOOT protocol and add them
389- to the list of attributes received from the identity provider.</ p >
390-
391- < ul >
392- < li > Package name: < code class ="language-plaintext highlighter-rouge "> openconextapps/simplesamlphp-module-vootgroups</ code > </ li >
393- < li > Repository: < a href ="https://github.com/OpenConextApps/ssp-voot-groups "> OpenConextApps/ssp-voot-groups</ a > </ li >
394- </ ul >
395-
396333< h2 id ="extending-simplesamlphp "> Extending SimpleSAMLphp</ h2 >
397334
398335< p > If you plan to extend SimpleSAMLphp with some functionality, we advise you to follow these recommendations:</ p >
0 commit comments