Skip to content

Releases: keitaroinc/ckanext-saml2auth

Release v1.3.0

14 Dec 10:49
Compare
Choose a tag to compare

Added

  • Support for CKAN 2.10 #77

Release v1.2.3

29 Sep 22:18
Compare
Choose a tag to compare

Fixed

  • Fixed broken login in CKAN>=2.9.6 #74
  • Fixed UnsupportedBinding error in SLO #72

Added

  • Enabled Python 3.9 tests in CI #75

Release v1.2.2

13 Oct 12:24
7412ff7
Compare
Choose a tag to compare

Fixed

  • Replace copyright HTML comments with Jinja2 ones #60
  • Inherit all IAuthenticator methods #59

Release v1.2.1

17 Aug 12:41
Compare
Choose a tag to compare

Fixed

  • Clear CKAN cookies on SLO

Added

  • Allow to customize the fallback route when no RelayState is provided

Release v1.2.0

02 Jun 11:55
4219609
Compare
Choose a tag to compare

Added

  • Add IDP logout functionality when user logs out from CKAN - #51

Release v1.1.1

22 Feb 17:10
ee129d0
Compare
Choose a tag to compare

Fixed

  • Convert README to markdown
  • Make ckanext.saml2auth.idp_metadata.remote_cert config optional

Release v1.1.0

22 Feb 15:12
d8debc6
Compare
Choose a tag to compare

Added

  • Implemented the first version of the ISaml2Auth interface, allowing other plugins to hook into the Saml authentication process.
  • Added publishing step to pypi when new tag is created.
  • Added tests.

Release v1.0.2

20 Feb 22:41
a66df02
Compare
Choose a tag to compare

Fixed

  • Improved unique name generation
  • rust and cargo added to README as dependencies to build cryptography

Added

Release v1.0.1

12 Feb 09:37
99db983
Compare
Choose a tag to compare

Fixed

  • Fixed loading config from envvars
  • Several bug fixes

Added

  • Added new SAML2 configuration settings
  • ACS endpoint route is configurable
  • If sysadmins setting is not set then sysadmin permissions are not managed
  • Test coverage increased

Release v1.0.0

17 Nov 13:04
21c68ce
Compare
Choose a tag to compare

Added

  • Single Sign On(SSO) for CKAN data portals via SAML2 Authentication
  • Internal CKAN login/register as fallback
  • Auto creation of sysadmin users by providing a list of emails
  • Custom SP config settings