Extension AAFC ESAS


Extension Basics

Title
AAFC ESAS
Name
ckanext-aafcesas
Type
Public extension
Description
Simple single sign-on (SSO) functionality using AAFC department's ESAS authentication for CKAN.
CKAN versions
Download-Url (zip)
Last commit
6 years ago (2019-04-02 17:03:50)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

CKAN extension to handle simple single sign on with AAFC department’s ESAS authentication.

In state of development - not finalized or tested yet.

Features: - Single Sign-On integration with AAFC ESAS system - Header-based authentication - Automatic user identification from request headers - Configurable header parameters for user ID, username, and email - Support for custom email domains

Configuration options: - ckan.aafcesas.header_userid: Header parameter for user ID (default: PARTYID) - ckan.aafcesas.header_username: Header parameter for username - ckan.aafcesas.header_email: Header parameter for email - ckan.aafcesas.email_domain: Email domain for users

Version
0.0.1
Version release date
2019-04-02
Contact name
John Kolesar
Contakt email
Contact Url


Installation Guide

Configuration hints

This extension provides SSO authentication via ESAS headers. Configure the header parameter names in ckan.ini to match your ESAS setup. Note: Extension is in development state.

Plugins to configure (ckan.ini)
aafcesas
CKAN Settings (ckan.ini)
# ckan.aafcesas.header_userid = PARTYID
# ckan.aafcesas.header_username = username
# ckan.aafcesas.header_email = email
# ckan.aafcesas.email_domain = your-domain.ca
DB migration to be executed
(not set)
<< back to Extensions