~1.0, ~1.5
These CKAN Versions are exactely matched:
This plugin adds OAuth login capability to CKAN using a repoze.who plugin. It is currently hard-coded for a particular client (Data.NO) setup, specifically for use with their home-brewed OAuth service and their particular groups-based authorization requirements. If you want to use this with another OAuth service (like Twitter), you will need to work to move the client-specific code out into parameters or plugins. The plugin assumes the presence of an authz_tkt plugin in the stack for remembering user authentication information. The extension adds a basic ‘login with OAuth’ button to the standard Login screen.
Requires who.ini configuration with oauth plugin settings: consumer_key, consumer_secret, request_token_url, callback_url, access_token_url, authorize_url, user_url