requirements.txt #2

  • //
  • guest/
  • perforce_software/
  • helix-saml/
  • main/
  • requirements.txt
  • View
  • Commits
  • Open Download .zip Download (134 B)
#
# requirements for the python triggers
#
defusedxml >=0.5
isodate >=0.6
python3-saml >=1.4
six >=1.11
xmlsec >=1.3
requests >= 2.21
# Change User Description Committed
#2 24988 Nathan Fiedler Add proper logout support for Okta.

Use the Okta API to perform the logout, as that works much better
given our unusual scenario of operating outside of the web browser.

Added the requests library as a dependency as that permits us to
send a DELETE request with cookies, while the Python standard
library does not.
#1 24785 Nathan Fiedler Add SAML triggers.