Page not found (404)

Request Method: GET
Request URL: https://pro.fairteaching.net/oidc/authenticate/

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

  1. i18n/
  2. admin/
  3. core/
  4. login [name='login']
  5. logout [name='logout']
  6. logout [name='oidc_logout']
  7. backchannel_logout [name='oidc_logout']
  8. [name='home']
  9. r/<path:room> [name='join_redirect']
  10. p/<str:replay_id> [name='recording_redirect']
  11. support/
  12. login/callback [name='oidc_authentication_callback']
  13. login/authenticate [name='oidc_authentication_init']
  14. tenant/authparameter/create/<int:tenant> [name='auth_parameter_create']
  15. tenant/authparameter/update/<int:tenant> [name='auth_parameter_update']
  16. tenant/authparameter/delete/<int:tenant> [name='auth_parameter_delete']

The current path, oidc/authenticate/, didn’t match any of these.

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.