Revision: 2177
Author: olavmrk
Date: Fri Feb 12 01:02:07 2010
Log: Update authproc for saml20-sp-hosted deprecation.
Fixes issue 287.
http://code.google.com/p/simplesamlphp/source/detail?r=2177
Modified:
/trunk/docs/simplesamlphp-authproc.txt
/trunk/modules/saml/docs/sp.txt
=======================================
--- /trunk/docs/simplesamlphp-authproc.txt Mon Aug 17 05:26:22 2009
+++ /trunk/docs/simplesamlphp-authproc.txt Fri Feb 12 01:02:07 2010
@@ -35,7 +35,7 @@
*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`
=======================================
--- /trunk/modules/saml/docs/sp.txt Mon Feb 8 01:13:18 2010
+++ /trunk/modules/saml/docs/sp.txt Fri Feb 12 01:02:07 2010
@@ -120,6 +120,10 @@
: *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.
--
You received this message because you are subscribed to the Google Groups
"simpleSAMLphp commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/simplesamlphp-commits?hl=en.