From 91d55739aa531b4c39ed50a4459b00c10b9454c2 Mon Sep 17 00:00:00 2001 From: tchilcutt Date: Thu, 9 May 2024 13:08:43 -0400 Subject: [PATCH] set alias --- django_saml2_auth/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_saml2_auth/views.py b/django_saml2_auth/views.py index 0626a9d..f3cca70 100644 --- a/django_saml2_auth/views.py +++ b/django_saml2_auth/views.py @@ -11,7 +11,7 @@ from django.http import HttpResponseRedirect from django.shortcuts import render from django.template import TemplateDoesNotExist -from django.utils.http import url_has_allowed_host_and_scheme +from django.utils.http import url_has_allowed_host_and_scheme as is_safe_url from django.views.decorators.csrf import csrf_exempt from pkg_resources import parse_version import jwt