Page not found (404)

No FcAuthenticator matches the given query.
Request Method: GET
Request URL: https://connexion-sve.demarches.sictiam.fr/fc/callback/?nonce=_74647B595DCF0C6437BC15DF4C62AB24&next=%2Fidp%2Fsaml2%2Fcontinue%3Fnonce%3D_74647B595DCF0C6437BC15DF4C62AB24
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.