Difference between revisions of "Learning SimpleSAMLphp (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Download SimpleSAMLphp)
Line 3: Line 3:
 
== Prerequisites ==
 
== Prerequisites ==
  
* ...
+
* Some knowledge of [[Security Assertion Markup Language]]
 +
* Some knowledge of [[PHP]]
  
 
== Download SimpleSAMLphp ==
 
== Download SimpleSAMLphp ==
  
== SimpleSAMLphp packages ===
+
=== SimpleSAMLphp packages ===
  
 
Packages with the current simpleSAMLphp versions:
 
Packages with the current simpleSAMLphp versions:

Revision as of 06:58, 11 October 2015

This article introduces SimpleSAMLphp.

Prerequisites

Download SimpleSAMLphp

SimpleSAMLphp packages

Packages with the current simpleSAMLphp versions:

Git repository

The core library handling the basic SAML stuff (messages, bindings, and so on) has been detached from SimpleSAMLphp, and can now be found in github:

SimpleSAMLphp itself has been moved to github too, and you will find it here:

See also [Instructions to install from the repository].

See also