Skip to content

Commit

Permalink
Merge pull request #3142 from open-formulieren/docs/digid-error-idp-n…
Browse files Browse the repository at this point in the history
…ot-found

Documented DigiD error solution
  • Loading branch information
sergei-maertens authored Jun 8, 2023
2 parents 7a5d26b + 40a74be commit 418015f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/installation/issues/form_auth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,23 @@ following child elements. The exact ``Location`` URLs can differ:
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="[...]/idp/request_authentication"/>
<md:SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="[...]/saml/idp/request_authentication"/>
**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
``<EntityDescriptor ... entityID="<URL>">``-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
---------------------------------------------------------------
Expand Down

0 comments on commit 418015f

Please sign in to comment.