From 369fbdb078624c3de891eee3d941edb40a6d698e Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Wed, 5 Aug 2015 16:10:17 +0200 Subject: [PATCH] Document new exception thrown in the IdP. --- lib/SimpleSAML/IdP.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/SimpleSAML/IdP.php b/lib/SimpleSAML/IdP.php index 5f012df72..86cf72e83 100644 --- a/lib/SimpleSAML/IdP.php +++ b/lib/SimpleSAML/IdP.php @@ -362,6 +362,8 @@ class SimpleSAML_IdP * Note: This function is not used when ForceAuthn=true. * * @param array &$state The authentication request state. + * + * @throws SimpleSAML_Error_Exception If there is no auth source defined for this IdP. */ private function reauthenticate(array &$state) { -- GitLab