Extension Azure AD Authentication


Extension Basics

Title
Azure AD Authentication
Name
ckanext-azure-auth
Type
Public extension
Description
A CKAN extension that adds authentication using Microsoft ADFS and Azure AD. Provides seamless single sign-on (SSO) for CKAN projects on intranet environments. Supports auto user creation and stores access tokens in user session. Integrates with Active Directory on Windows 2012 R2, 2016 or Azure AD in the cloud.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2022-02-15 00:00:00)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Version
0.0.1
Version release date
2022-02-15
Contact name
GeoSolutions
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Requires xml_python, pyjwt, m2crypto packages. Configure tenant_id, client_id, client_secret.

Plugins to configure (ckan.ini)
azure_auth
CKAN Settings (ckan.ini)
# ckanext.azure_auth.wtrealm
# ckanext.azure_auth.tenant_id
# ckanext.azure_auth.client_id
# ckanext.azure_auth.audience
# ckanext.azure_auth.client_secret
# ckanext.azure_auth.allow_create_users
# ckanext.azure_auth.force_mfa
# ckanext.azure_auth.disable_sso
# ckanext.azure_auth.ad_server
# ckanext.azure_auth.redirect_uri
# ckanext.azure_auth.auth_callback_path
DB migration to be executed
(not set)
<< back to Extensions