Skip to content
Snippets Groups Projects
Commit ee23e9c6 authored by Olav Morken's avatar Olav Morken
Browse files

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
parent d4a45e6b
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ How to configure Auth Proc Filters ...@@ -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*: *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` * 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 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 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` * On the IdP: Specific for only one remote SP in `saml20-sp-remote` or `shib13-sp-remote`
......
...@@ -120,6 +120,10 @@ Options ...@@ -120,6 +120,10 @@ Options
: *Note*: SAML 2 specific. : *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` `certData`
: Base64 encoded certificate data. Can be used instead of the `certificate` option. : Base64 encoded certificate data. Can be used instead of the `certificate` option.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment