diff --git a/authentik/providers/saml/urls.py b/authentik/providers/saml/urls.py index 9f545c5b9..67907835d 100644 --- a/authentik/providers/saml/urls.py +++ b/authentik/providers/saml/urls.py @@ -23,12 +23,12 @@ urlpatterns = [ ), # SLO Bindings path( - "/slo/redirect/", + "/slo/binding/redirect/", slo.SAMLSLOBindingRedirectView.as_view(), name="slo-redirect", ), path( - "/slo/post/", + "/slo/binding/post/", slo.SAMLSLOBindingPOSTView.as_view(), name="slo-post", ),