Page not found (404)

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