We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a382e9e commit 3a1b739Copy full SHA for 3a1b739
djangosaml2/views.py
@@ -575,7 +575,7 @@ class MetadataView(SPConfigMixin, View):
575
def get(self, request, *args, **kwargs):
576
conf = self.get_sp_config(request)
577
metadata = entity_descriptor(conf)
578
- return HttpResponse(content=str(metadata).encode('utf-8'), content_type="text/xml; charset=utf8")
+ return HttpResponse(content=str(metadata).encode('utf-8'), content_type="text/xml; charset=utf-8")
579
580
581
def get_namespace_prefixes():
0 commit comments