Closed
Description
In our application LOGIN_REDIRECT_URL
is a named URL pattern (this is allowed according to the Django docs).
Please consider using django.shortcuts.resolve_url
before returning its value in djangosaml2.utils.validate_referral_url
.