【问题标题】:XMLSchemaImportWarning: Import of namespace 'http://www.w3.org/2001/04/xmlenc#'XMLSchemaImportWarning:导入命名空间“http://www.w3.org/2001/04/xmlenc#”
【发布时间】:2021-03-04 12:44:58
【问题描述】:

我正在尝试将SAML2 Auth 集成到现有的 django 项目中。但是我一直在收到这个错误。

F:\finessevenv\lib\site-packages\saml2\xml\schema\__init__.py:18: XMLSchemaImportWarning: Import of namespace 'http://www.w3.org/2000/09/xmldsig#' from ['http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd'] failed: block access to remote resource http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd.
  return _XMLSchema(source, **kwargs)
F:\finessevenv\lib\site-packages\saml2\xml\schema\__init__.py:18: XMLSchemaImportWarning: Import of namespace 'http://www.w3.org/2001/04/xmlenc#' from ['http://www.w3.org/TR/2002/REC-xmlenc-core-20021210/xenc-schema.xsd'] failed: block access to remote resource http://www.w3.org/TR/2002/REC-xmlenc-core-20021210/xenc-schema.xsd.
  return _XMLSchema(source, **kwargs)
F:\finessevenv\lib\site-packages\xmlschema\validators\schema.py:1191: XMLSchemaImportWarning: Import of namespace 'http://www.w3.org/2000/09/xmldsig#' from ['http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd'] failed: block access to remote resource http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd.
  build=build,
F:\finessevenv\lib\site-packages\xmlschema\validators\schema.py:1191: XMLSchemaImportWarning: Import of namespace 'http://www.w3.org/2001/04/xmlenc#' from ['http://www.w3.org/TR/2002/REC-xmlenc-core-20021210/xenc-schema.xsd'] failed: block access to remote resource http://www.w3.org/TR/2002/REC-xmlenc-core-20021210/xenc-schema.xsd.
  build=build,

这个错误的可能原因是什么,我该如何解决这个问题?

【问题讨论】:

    标签: django saml-2.0 okta


    【解决方案1】:

    首先,尝试使用更新版本的django-saml2-auth。出于必要,我试图维护原始项目。

    其次,你安装了xmlsec1 二进制文件吗?如果没有,请查看由 Igor Zlatkovic 在项目网站上构建和发布的 Windows binaries

    如果上述方法均未解决问题,则您的 Django 应用或身份提供者应用可能存在配置问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-06-22
      • 2012-12-27
      • 1970-01-01
      • 2015-06-16
      • 2015-06-21
      相关资源
      最近更新 更多