From ee23e9c695135c29d443c728ab9f9cb20c6bdc7d Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Fri, 12 Feb 2010 09:02:07 +0000 Subject: [PATCH] Update authproc for saml20-sp-hosted deprecation. Fixes issue 287. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2177 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-authproc.txt | 2 +- modules/saml/docs/sp.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/simplesamlphp-authproc.txt b/docs/simplesamlphp-authproc.txt index a2468d032..f169294ff 100644 --- a/docs/simplesamlphp-authproc.txt +++ b/docs/simplesamlphp-authproc.txt @@ -35,7 +35,7 @@ How to configure Auth Proc Filters *Auth Proc Filters* can be set globally, or to be specific for only one SP or one IdP. That means there is three locations where you can configure *Auth Proc Filters*: * Globally in `config.php` - * On the SP: Specific for only one hosted SP in `saml20-sp-hosted` or `shib13-sp-hosted` + * On the SP: Specific for only the SP in `authsources.php` * On the SP: Specific for only one remote IdP in `saml20-idp-remote` or `shib13-idp-remote` * On the IdP: Specific for only one hosted IdP in `saml20-idp-hosted` or `shib13-idp-hosted` * On the IdP: Specific for only one remote SP in `saml20-sp-remote` or `shib13-sp-remote` diff --git a/modules/saml/docs/sp.txt b/modules/saml/docs/sp.txt index 3d0c55aea..f956959f3 100644 --- a/modules/saml/docs/sp.txt +++ b/modules/saml/docs/sp.txt @@ -120,6 +120,10 @@ Options : *Note*: SAML 2 specific. +`authproc` +: Processing filters that should be run after SP authentication. + See the [authentication processing filter manual](http://rnd.feide.no/content/authentication-processing-filters-simplesamlphp). + `certData` : Base64 encoded certificate data. Can be used instead of the `certificate` option. -- GitLab