From bf799a59db5fcf292a056bf92a283a06459cbcd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 23 Mar 2009 22:17:24 +0000 Subject: [PATCH] Adding new doc: SimpleSAMLphp Identity Provider Advanced Topics git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1436 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-idp-more.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/simplesamlphp-idp-more.txt diff --git a/docs/simplesamlphp-idp-more.txt b/docs/simplesamlphp-idp-more.txt new file mode 100644 index 000000000..442bd8529 --- /dev/null +++ b/docs/simplesamlphp-idp-more.txt @@ -0,0 +1,28 @@ +SimpleSAMLphp Identity Provider Advanced Topics +=========================================== + +<!-- + This file is written in Markdown syntax. + For more information about how to use the Markdown syntax, read here: + http://daringfireball.net/projects/markdown/syntax +--> + + * Version: `$Id$` + + +AJAX iFrame Single Log-Out +-------------------------- + +If you have read about the AJAX iFrame Single Log-Out approach at Andreas' blog and want to enable it, edit your saml20-idp-hosted.php metadata, and add this configuration line for the IdP: + + 'logouttype' => 'iframe', + +Notice that when setting this option after already having shared metadata with Service Providers, you need to send new metadata. The automatically genereated metadata will change. + +Attribute Release Consent +------------------------- + +The attribute release consent is documented in a separate document. + + * [Documentation on the consent module](https://rnd.feide.no/content/consent-module) + -- GitLab