Page not found (404)

No FcAuthenticator matches the given query.
Request Method: GET
Request URL: https://connexion-saintvallierdethiey.demarches.sictiam.fr/fc/callback/?nonce=_F39B5F6D9FA86BABEC5370D4A754D842&next=/idp/saml2/continue%3Fnonce%3D_F39B5F6D9FA86BABEC5370D4A754D842&service=default%20portal
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.