File: index.md

package info (click to toggle)
simplesamlphp 1.19.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 42,920 kB
  • sloc: php: 202,044; javascript: 14,867; xml: 2,700; sh: 225; perl: 82; makefile: 70; python: 5
file content (35 lines) | stat: -rw-r--r-- 2,073 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
SimpleSAMLphp Documentation
===========================

 * Installation and upgrading
  * [Installing SimpleSAMLphp](simplesamlphp-install)
  * [Upgrade notes](simplesamlphp-upgrade-notes)
  * [Installation from the repository](simplesamlphp-install-repo)
  * [Changelog](simplesamlphp-changelog)
 * Using SimpleSAMLphp as a SAML Service Provider
  * [Service Provider Quickstart](simplesamlphp-sp)
  * [Hosted SP Configuration Reference](./saml:sp)
  * [IdP remote reference](simplesamlphp-reference-idp-remote)
  * [Configuring HTTP-Artifact](./simplesamlphp-artifact-sp)
  * [Using scoping](./simplesamlphp-scoping)
  * [Holder-of-Key profile](simplesamlphp-hok-sp)
 * Using SimpleSAMLphp as a SAML Identity Provider
  * [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 Workspace (G Suite / Google Apps)](simplesamlphp-googleapps)
  * [Configuring HTTP-Artifact](./simplesamlphp-artifact-idp)
  * [Identity Provider Advanced Topics](simplesamlphp-idp-more)
  * [Holder-of-Key profile](simplesamlphp-hok-idp)
 * Further topics
  * [Maintenance and configuration](simplesamlphp-maintenance) - covers session handling, php configuration etc.
  * [Automated Metadata Management](/docs/contrib_modules/metarefresh/simplesamlphp-automated_metadata)
  * [Key rollover](./saml:keyrollover)
  * [Authentication Processing Filters](simplesamlphp-authproc) - attribute filtering, attribute mapping, consent, group generation etc.
  * [State Information Lost](simplesamlphp-nostate) - more about this common error message
  * [Advanced features](simplesamlphp-advancedfeatures) - covers bridging protocols, attribute filtering, etc.
 * SimpleSAMLphp Modules
  * [Documentation for specific modules](/docs/contributed_modules.html)
  * [Theming SimpleSAMLphp](simplesamlphp-theming)
  * [Creating authentication sources](./simplesamlphp-authsource)
  * [Create your own customized modules](simplesamlphp-modules)