Skip to content

Releases: italia/spid-sp-test

v0.9.13

26 Aug 13:03
62a0848
Compare
Choose a tag to compare

Release notes

thanks to @bfabio

v0.9.12

03 Aug 07:36
8b8dc56
Compare
Choose a tag to compare

Release notes

v0.9.11

01 Aug 21:34
d4f1ed3
Compare
Choose a tag to compare

Release notes

  • v0.9.11 @peppelinux (#87)
  • chore: code linting and style
  • chore: Spid QAD codes, metadata WiP from 1.0 to 1.5
  • chore: Spid QAD codes, metadata WiP from 1.6 to 1.14
  • feat: Returns only the requested attributes, closes #78
  • chore: removed deprecated report_to_html util

v0.9.10

31 Jul 16:55
1b5478a
Compare
Choose a tag to compare

Release notes

  • v0.9.10 @peppelinux (#86)
  • chore: Removed pyXMLSecurity as dependency
  • chore: remove CryptoBackendXMLSecurity
  • BREAKAGE: a new json report schema, closes #72

v0.9.9

30 Jul 21:14
89a34f3
Compare
Choose a tag to compare

Release notes

  • fix: SessionIndex only for SpidL1
  • README improved for python newbies, closes #61
  • fix: CIE Metadata, closes #84

v0.9.8

29 Jul 16:49
e123e7f
Compare
Choose a tag to compare

Code name mauromol

  • fix: aggregator full and lite

  • fix: op full and lite profiles

  • fix: SpidSpMetadataCheckAG urlquery parser

  • feat: IDP EID and CERT_PATH can be customized via env var, like thisIDP_ENTITYID=https://your.idp.eid/ IDP_CERT_PATH=../spid-django/example/certificates spid_sp_test --idp-metadata

  • feat: sign_assertion and sign_response also as settings parameters, related to spid-saml-check updates #57

  • fix: profile namespace for ag and op

  • Merge pull request Improve test 30 and test 31 descriptions #76 from mauromol/patch-5: improve test 30 and test 31 descriptions

  • Merge pull request Improve command line arguments description #77 from mauromol/patch-6: improve command line arguments descriptio

  • Improve command line arguments description, in particular, hints about what are the default values used when omitting optional parameters have been added. (@mauromol )

  • v0.9.8 @peppelinux (#83)

  • Fix typo @mauromol (#82)

  • Fix typo @mauromol (#81)

  • Improve test 30 and test 31 descriptions @mauromol (#76)

  • Improve command line arguments description @mauromol (#77)

A very special thank to @mauromol

v0.9.7

29 Jul 11:58
10917dd
Compare
Choose a tag to compare

Release notes

  • v0.9.7 @peppelinux (#75)
  • chore: authn request extra in a separate class
  • chore: all the warnings have been moved to extrs, fixes extra tests #43
  • fix: IssueInstantMillis to be a valid SAML instant in responses test (@mauromol )
  • feat: added -prs and -pas to print out default responses and user attributes settings

v0.9.6

28 Jul 16:18
12d72a9
Compare
Choose a tag to compare

Release notes

  • Fix response base template @mauromol (#70)

  • v0.9.6 @peppelinux (#71)

  • fix: ACS url on html abs refs (AssertionConsumerServiceURL required when using --html-path #68)

  • General improvement in report system

  • BREAKAGE: removed -report, only --report-format is used by now

  • BREAKAGE: --html-path renamed in --response-html-dumps

  • chore: added warning counter in general report summary

  • BREAKAGE: --report-output-file specifies the out path of the report, -rf html will implicitly dump html to ./html by default and --report-output-file can customize its path

  • fix: html dumps paths

  • Fix response base template (@mauromol)

  • The Issuer tag of Assertion must be the first child tag, before ds:Signature

  • This is mandated by the SAML 2.0 assertion schema.

v0.9.5

27 Jul 16:48
454fa71
Compare
Choose a tag to compare

general patches

  • authn request extended parameters @peppelinux (#67)
  • added the same beahviour for responses
  • fixed "request_content_type"

v0.9.4

27 Jul 14:55
060f9de
Compare
Choose a tag to compare

Release notes

  • v0.9.4 @peppelinux (#63)
  • fix: CIE allowed_attributes check
  • fix: --request-body type
  • feat: added parameters --request-method, --request-body, --request-content-type (Add support for POST AuthnRequest initialisation requests #62)