diff --git a/docs/simplesamlphp-authproc.txt b/docs/simplesamlphp-authproc.txt
index a2468d032827ed1bbb2486ab45d720f1f0b7c23e..f169294ff6d8766a8c5d44918c4e6eb7fca9c9f1 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 3d0c55aead7120b219861de04145b21a65d39cfa..f956959f3810892070cd29d707146ff133b6c421 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.