Page not found (404)

No OIDCProvider matches the given query.
Request Method: GET
Request URL: https://connexion-sospel.demarches.sictiam.fr/accounts/oidc/login/1/?nonce=_4A1AAA16B6EC3B6759DE0AFFA85805A3&service=portal&next=%2Fidp%2Fsaml2%2Fcontinue%3Fnonce%3D_4A1AAA16B6EC3B6759DE0AFFA85805A3
Raised by: authentic2_auth_oidc.views.oidc_login

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

  1. fc/
  2. accounts/fc/unlink/ [name='fc-unlink']
  3. ^.well-known/openid-configuration$ [name='oidc-openid-configuration']
  4. ^idp/oidc/certs/?$ [name='oidc-certs']
  5. ^idp/oidc/authorize/?$ [name='oidc-authorize']
  6. ^idp/oidc/token/?$ [name='oidc-token']
  7. ^idp/oidc/user_info/?$ [name='oidc-user-info']
  8. ^idp/oidc/logout/?$ [name='oidc-logout']
  9. idp/cas/
  10. accounts/oidc/login/<int:pk>/ [name='oidc-login']

The current path, accounts/oidc/login/1/, 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.