Skip to content

Releases: conwetlab/ckanext-oauth2

v0.7.0

12 Apr 13:53
e68dd26
Compare
Choose a tag to compare
  • Support to Keycloak IDM
  • Support to JWT from Keyrock and Keycloak

v0.6.1

25 Jul 18:23
2632644
Compare
Choose a tag to compare
  • Fix some problems when using WSO2-IS as auth provider. See #23

v0.6.0

07 Jul 11:32
3749d7d
Compare
Choose a tag to compare
  • Added support for CKAN 2.8. See #19
  • Allow to configure the plugin using environment variables. See #18
  • Use auth_tkt as default value for ckan.oauth2.rememberer_name
  • Fix Authorization header handling when making requests following the OAuth2 spec. See #21
  • Improve missing conf error message. See #20

v0.5.0

02 Jul 08:39
f4c80f7
Compare
Choose a tag to compare
  • Added support for CKAN 2.8
  • Added support for KeyRock v7. KeyRock v5 and v6 is still supported through a new setting: ckan.oauth2.legacy_idm
  • Use ckan.site_url for building the redirect_url parameter

v0.4.0

09 Feb 12:57
Compare
Choose a tag to compare

Merged fiware_migration branch into master. Now you can use the same version of the code for connecting using a FIWARE IdM instance or using normal OAuth2 providers.

FIWARE Release

26 Dec 12:13
Compare
Choose a tag to compare
Remove deprecated test, CKAN does not redirect to login on forbidden …

…error

Bug Fixing

18 Oct 22:51
Compare
Choose a tag to compare

This release fix the following bugs:

  • #9: Session files created for each request

Install via PyPi

25 Nov 16:12
Compare
Choose a tag to compare

New features

  • The extension can be installed by executing pip install ckanext-oauth2.
  • Tests can be run by executing python setup.py nosetests

Ease the installation process

24 Nov 16:31
Compare
Choose a tag to compare

Included improvements:

  • The installation process have been eased so now the extension can be installed by running python setup.py install.

CKAN 2.3

08 Apr 11:54
Compare
Choose a tag to compare

This version includes:

  • Compatibility with CKAN 2.3: The plugin still works with CKAN 2.2. Older versions has not been tested