Releases: conwetlab/ckanext-oauth2
Releases · conwetlab/ckanext-oauth2
v0.7.0
12 Apr 13:53
Compare
Sorry, something went wrong.
No results found
Support to Keycloak IDM
Support to JWT from Keyrock and Keycloak
v0.6.1
25 Jul 18:23
Compare
Sorry, something went wrong.
No results found
Fix some problems when using WSO2-IS as auth provider. See #23
v0.6.0
07 Jul 11:32
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v0.3.8-fiware
Remove deprecated test, CKAN does not redirect to login on forbidden …
Bug Fixing
18 Oct 22:51
Compare
Sorry, something went wrong.
No results found
This release fix the following bugs:
#9 : Session files created for each request
Install via PyPi
25 Nov 16:12
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
This version includes:
Compatibility with CKAN 2.3 : The plugin still works with CKAN 2.2. Older versions has not been tested