Skip to content

Releases: IdentityPython/djangosaml2

v1.3.3

15 Jul 13:33
Compare
Choose a tag to compare

Release notes

  • added setting variables for custom templates @mdavino (#306)
  • Add ModifiedSaml2Backend & _update_user example to perform authorization @pauldekkers (#303)
  • Documentation @peppelinux (#301)
  • feat: added settings.SAML2_CUSTOM_WAYF_TEMPLATE
  • feat: added settings.SAML2_CUSTOM_AUTHORIZATION_ERROR_TEMPLATE
  • feat: added settings.SAML2_CUSTOM_POST_BINDING_FORM_TEMPLATE

v1.3.2

20 Jun 21:45
ae57a8c
Compare
Choose a tag to compare

Release notes

  • v1.3.2 @peppelinux (#298)
  • feat: Unsupported Binding exception in SLO - a workaround to go ahead when SLO is absent in IdP
  • custom sso POST template: changed from error to debug when theresn't any custom template to load (fallback to pysaml2 default)

v1.3.1

18 Jun 10:32
Compare
Choose a tag to compare

Release notes

  • fix: requested_authn_context config @pandafy (#293)
  • fix: POST SSO - missing custom template -> changed from error to debug (#294)

v1.3.0

04 Jun 20:39
7ea562f
Compare
Choose a tag to compare

Release notes

  • fix: Documentation for developers, unit tests
  • feat: sso_kwargs now handled with some custom methods ... that can be inherited :)
  • feat: authn context support, with or without this IdentityPython/pysaml2#807 (better with!)
  • feat: authn context documentation

v1.2.2

27 May 11:07
Compare
Choose a tag to compare

Release notes

  • Fix #245: Don't update user_main_attribute @jaap3 (#283)
  • Fix #278: Allow ACS_DEFAULT_REDIRECT_URL to override LOGIN_REDIRECT_URL in more places @jaap3 (#285)
  • Add release notes for previous and upcomming releases @jaap3 (#284)
  • Add default_auto_field setting, strongly recommended in Django 3.2 @jaap3 (#282)
  • SPConfig loader instead of global django settings @peppelinux (#281)
  • Fix #277: Resolve LOGIN_REDIRECT_URL @jaap3 (#279)

v1.2.1

22 May 23:40
Compare
Choose a tag to compare

Release notes

  • Documentation improved
  • unit tests and coverage improved
  • better handling of unknown idps

v1.2.0

13 May 22:14
Compare
Choose a tag to compare

Release notes

  • Implement IdP Scoping parameter for SPs suggesting an entityID to a proxy @pauldekkers (#272)

v1.1.5

29 Apr 15:01
Compare
Choose a tag to compare

Release notes

  • Cast major/minor django VERSION number into float before comparing @lgarvey (#269)
  • Add note to SameSite cookie docs section recommending upgrade to Django >= 3.1 @m6312 (#267)

v1.1.4

28 Apr 13:23
Compare
Choose a tag to compare

Release notes

  • fix: samesite cookie configuration fix for django version <3.1

v1.1.3

28 Apr 12:56
Compare
Choose a tag to compare

Release notes

  • Add assertion param to backed.authenticate and backend.is_authorized @lucyeun-alation (#128)
  • feat: CI - added django 3.1 and 3.2
  • fix: Samesite cookie value - fixed #266
  • fix: Docs small changes in setup - pysaml2 example conf improved