Skip to content

LOGIN_EXEMPT_URLS not working for application's urls #318

Description

@netvoip

I have configured LOGIN_EXEMPT_URLS and it's working for admin page but for nested urls of application it isn't. What is the proper way to handle it?

AUTH_ADFS = {
    "LOGIN_EXEMPT_URLS": [
                          "admin/",
                          "chat/nosso/",
                          ],
}

urlpatterns = [
    path('chat/', include("chat.urls")),
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions