Difference between revisions of "Learning SimpleSAMLphp (1)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Download SimpleSAMLphp)
Line 6: Line 6:
 
* Some knowledge of [[PHP]]
 
* Some knowledge of [[PHP]]
  
== Download SimpleSAMLphp ==
+
== Download ==
  
 
=== SimpleSAMLphp packages ===
 
=== SimpleSAMLphp packages ===
Line 25: Line 25:
  
 
See also [https://simplesamlphp.org/docs/development/simplesamlphp-install-repo Instructions to install from the repository].
 
See also [https://simplesamlphp.org/docs/development/simplesamlphp-install-repo Instructions to install from the repository].
 +
 +
== Configure and install ==
 +
 +
See [https://simplesamlphp.org/docs/stable/simplesamlphp-install SimpleSAMLphp Installation and Configuration].
  
 
== See also ==
 
== See also ==

Revision as of 07:21, 11 October 2015

This article introduces SimpleSAMLphp.

Prerequisites

Download

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.

Configure and install

See SimpleSAMLphp Installation and Configuration.

See also