Page not found (404)

No FcAuthenticator matches the given query.
Request Method: GET
Request URL: https://connexion-saintvallierdethiey.demarches.sictiam.fr/fc/callback/?registration=&service=portal&next=/idp/saml2/continue%3Fnonce%3D_5A96C2F666FD30738ACDAB0A254EC4F4
Raised by: authentic2_auth_fc.views.LoginOrLinkView

Using the URLconf defined in authentic2.urls, Django tried these URL patterns, in this order:

  1. fc/ callback/ [name='fc-login-or-link']

The current path, fc/callback/, matched the last one.

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.