Skip to content

Releases: Tesorio/django-saml2-auth

v3.0.0

15 May 16:59
561baf8
Compare
Choose a tag to compare

What's Changed

  • feat: add support for Django 4.2 and Python 3.12 by @caioariede in #15

Full Changelog: v2.3.0...v3.0.0

v2.3.0

15 May 14:30
c493ebc
Compare
Choose a tag to compare

What's Changed

  • Email is the canonical identifier provided by Okta. Don't create a new account by lukegotszling in #1
  • Grab metadata URL from the session by lukegotszling in #2
  • If cannot get saml_metadata_conf_url from session, redirect to login by FabioFleitas in #3
  • Rebase django-saml2-auth to 2.2.1 by caioariede in #4
  • Allow configuration to use Inline metadata. by mark-keaton in #6
  • Add documentation about inline metadata by caioariede in #7
  • Added some logging to SAML login by FabioFleitas in #8
  • Added more logging with the warning by FabioFleitas in #9
  • Supporting for case-insensitive lookup of email for SSO login by FabioFleitas in #10
  • [MOVER-1714] Adds support for dealing with raw metadata XML files by Isaben in #11
  • [MOVER-1714] Fix METADATA_INLINE not setting the metadata on get_saml_client by Isaben in #12
  • Changed ACS view to redirect to SSO login page by guilhermemachado26 in #13
  • chore: release 2.3.0 by caioariede in #14

Full Changelog: v1.1.0...v2.3.0