From 40a74be06002ec136203c4c11e60a7ce6acc06d1 Mon Sep 17 00:00:00 2001
From: Joeri Bekker <96970+joeribekker@users.noreply.github.com>
Date: Tue, 6 Jun 2023 16:27:17 +0200
Subject: [PATCH] :pencil2: Added DigiD error solution.
---
docs/installation/issues/form_auth.rst | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/docs/installation/issues/form_auth.rst b/docs/installation/issues/form_auth.rst
index 7638cbf1a0..614c94200c 100644
--- a/docs/installation/issues/form_auth.rst
+++ b/docs/installation/issues/form_auth.rst
@@ -45,6 +45,23 @@ following child elements. The exact ``Location`` URLs can differ:
+**Error**
+
+.. code::
+
+ OneLogin_Saml2_Error: Invalid dict settings: idp_not_found
+
+
+**Solution**
+
+Make sure the ``Identity provider service entity ID`` is correctly configured.
+It needs to match the URL found in the XML file uploaded under the
+``Metadata identity provider`` in the
+````-attribute.
+
+For Logius, this is typically set to ``https://was.digid.nl/saml/idp/metadata``
+in production and to ``https://was-preprod1.digid.nl/saml/idp/metadata`` in
+pre-production. But, be aware that these values might change over time.
The DigiD login succeeds but Open Forms shows that login failed
---------------------------------------------------------------