08f6f38434dbc3a79889df936d29a6034aa3dc9e
[shibboleth/cpp-sp.git] / doc / README.txt
1 Shibboleth is a federated web authentication and attribute exchange system
2 based on SAML, originally developed by Internet2 and now a product of the
3 Shibboleth Consortium.
4
5 Please review the terms described in the LICENSE.txt file before using this
6 code. It is the standard Apache 2.0 license.
7
8 A wealth of information about Shibboleth can be found at
9 http://shibboleth.net/
10
11 Shibboleth is divided into identity and service provider components, with the
12 IdP in Java and the SP (this software) in C++.
13
14 Source and binary distributions are available from
15 http://shibboleth.net/downloads/
16
17 The source is available in Subversion, as described in the Shibboleth
18 site. Mailing lists and a bug database (https://issues.shibboleth.net/) are
19 also available.
20
21 For basic information on building from source, using binaries, and deploying
22 Shibboleth, refer to the web site and Wiki for the latest documentation.