Skip to content

Commit

Permalink
saml: Refactor to use PySAML2
Browse files Browse the repository at this point in the history
OneLogin's implementation is deprecated and not actively maintained at the moment (SAML-Toolkits/python3-saml#320)
  • Loading branch information
dezhidki committed Nov 7, 2022
1 parent 08ea0d2 commit bdfeda0
Show file tree
Hide file tree
Showing 17 changed files with 609 additions and 751 deletions.
71 changes: 12 additions & 59 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ PyLaTeX = "^1.4.1"
pypandoc = "^1.8.1"
python-dateutil = "^2.8.2"
python-magic = "^0.4.26"
python3-saml = "^1.14.0"
pytz = "^2022.1"
recommonmark = "^0.7.1"
responses = "^0.21.0"
Expand Down Expand Up @@ -165,6 +164,8 @@ module = [
"celery.schedules",
"lxml",
"lxml.*",
"saml2",
"saml2.*",
"sqlalchemy",
"sqlalchemy.dialects",
"sqlalchemy.exc",
Expand Down Expand Up @@ -193,7 +194,6 @@ module = [
"timApp.answer.routes",
"timApp.auth.accesshelper",
"timApp.auth.auth_models",
"timApp.auth.saml",
"timApp.auth.sessioninfo",
"timApp.defaultconfig",
"timApp.document.attributeparser",
Expand Down
Loading

0 comments on commit bdfeda0

Please sign in to comment.