diff options
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..4cea605 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,54 @@ +SimpleSAMLphp Documentation +=========================== + + * [Installing SimpleSAMLphp](simplesamlphp-install) + * [Upgrade notes for version 1.14](simplesamlphp-upgrade-notes-1.14) + * [Upgrade notes for version 1.13](simplesamlphp-upgrade-notes-1.13) + * [Upgrade notes for version 1.12](simplesamlphp-upgrade-notes-1.12) + * [Upgrade notes for version 1.11](simplesamlphp-upgrade-notes-1.11) + * [Upgrade notes for version 1.10](simplesamlphp-upgrade-notes-1.10) + * [Upgrade notes for version 1.9](simplesamlphp-upgrade-notes-1.9) + * [Upgrade notes for version 1.8](simplesamlphp-upgrade-notes-1.8) + * [Upgrade notes for version 1.7](simplesamlphp-upgrade-notes-1.7) + * [Upgrade notes for version 1.6](simplesamlphp-upgrade-notes-1.6) + * [Upgrade notes for version 1.5](simplesamlphp-upgrade-notes-1.5) + * [Installation from the repository](simplesamlphp-install-repo) + * [Changelog](simplesamlphp-changelog) + * [Using SimpleSAMLphp as a SAML Service Provider](simplesamlphp-sp) + * [Hosted SP Configuration Reference](./saml:sp) + * [IdP remote reference](simplesamlphp-reference-idp-remote) + * [Upgrading - migration to use the SAML authentication source](simplesamlphp-sp-migration) + * [Configuring HTTP-Artifact](./simplesamlphp-artifact-sp) + * [Using scoping](./simplesamlphp-scoping) + * [Holder-of-Key profile](simplesamlphp-hok-sp) + * [Identity Provider QuickStart](simplesamlphp-idp) + * [IdP hosted reference](simplesamlphp-reference-idp-hosted) + * [SP remote reference](simplesamlphp-reference-sp-remote) + * [Use case: Setting up an IdP for Google Apps](simplesamlphp-googleapps) + * [Configuring HTTP-Artifact](./simplesamlphp-artifact-idp) + * [Identity Provider Advanced Topics](simplesamlphp-idp-more) + * [Holder-of-Key profile](simplesamlphp-hok-idp) + * [Automated Metadata Management](simplesamlphp-automated_metadata) + * [Maintenance and configuration](simplesamlphp-maintenance) - covers session handling, php configuration etc. + * [Authentication Processing Filters](simplesamlphp-authproc) - attribute filtering, attribute mapping, consent, group generation etc. + * [Advanced features](simplesamlphp-advancedfeatures) - covers bridging protocols, attribute filtering, etc. + * [State Information Lost](simplesamlphp-nostate) - more about this common error message + * [SimpleSAMLphp Dictionaries and Translation](simplesamlphp-translation) + * [Theming SimpleSAMLphp](simplesamlphp-theming) + * [SimpleSAMLphp Modules](simplesamlphp-modules) - how to create own customized modules + * [Key rollover](./saml:keyrollover) + * [Creating authentication sources](./simplesamlphp-authsource) + * [Implementing custom username/password authentication](./simplesamlphp-customauth) + * [Storing sessions in Riak](./riak:simplesamlphp-riak) + +Documentation on specific SimpleSAMLphp modules: + + * [Consent module](./consent:consent) + * [Installing and configuring the consentAdmin module](./consentAdmin:consentAdmin) + * [Authorization](./authorize:authorize) + * [autotest Module](./autotest:test) + * [Statistics](./statistics:statistics) + +Documentation for SimpleSAMLphp developers: + + * [Error handling in SimpleSAMLphp](simplesamlphp-errorhandling) |