Skip to content

Commit

Permalink
🚧 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal authored and sergei-maertens committed Jul 1, 2024
1 parent e529a4e commit ebed28c
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testapp/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
OIDCAuthenticationRequestView,
)

from .views import custom_callback_view_init

urlpatterns = [
path("admin/login/failure/", AdminLoginFailure.as_view(), name="admin-oidc-error"),
path("admin/", admin.site.urls),
path("login", OIDCAuthenticationRequestView.as_view(), name="login"),
path("oidc/", include("mozilla_django_oidc.urls")),
path("custom-init-login/", custom_callback_view_init, name="custom-init-login"),
] + staticfiles_urlpatterns()
Loading

0 comments on commit ebed28c

Please sign in to comment.