Skip to content

Commit bdfeda0

Browse files
committed
saml: Refactor to use PySAML2
OneLogin's implementation is deprecated and not actively maintained at the moment (SAML-Toolkits/python3-saml#320)
1 parent 08ea0d2 commit bdfeda0

17 files changed

+609
-751
lines changed

poetry.lock

+12-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ PyLaTeX = "^1.4.1"
5757
pypandoc = "^1.8.1"
5858
python-dateutil = "^2.8.2"
5959
python-magic = "^0.4.26"
60-
python3-saml = "^1.14.0"
6160
pytz = "^2022.1"
6261
recommonmark = "^0.7.1"
6362
responses = "^0.21.0"
@@ -165,6 +164,8 @@ module = [
165164
"celery.schedules",
166165
"lxml",
167166
"lxml.*",
167+
"saml2",
168+
"saml2.*",
168169
"sqlalchemy",
169170
"sqlalchemy.dialects",
170171
"sqlalchemy.exc",
@@ -193,7 +194,6 @@ module = [
193194
"timApp.answer.routes",
194195
"timApp.auth.accesshelper",
195196
"timApp.auth.auth_models",
196-
"timApp.auth.saml",
197197
"timApp.auth.sessioninfo",
198198
"timApp.defaultconfig",
199199
"timApp.document.attributeparser",

0 commit comments

Comments
 (0)