Extension OAuth2 Windows Azure Active Directory


Extension Basics

Title
OAuth2 Windows Azure Active Directory
Name
ckanext-oauth2waad
Type
Public extension
Description
Login to your CKAN site using Windows Azure Active Directory's OAuth 2.0 implementation.
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2014-12-16 17:21:16)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

A CKAN extension that lets you log in to a CKAN site using Windows Azure Active Directory’s implementation of OAuth 2.0. Traditional username-and-password registration and login are still enabled when this plugin is active, giving users the choice of Azure or traditional login. Supports service-to-service calls, automatic token refresh, and SSL configuration.

Version
Version release date
(not set)
Contact name
CKAN
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

ckanext.oauth2waad.client_id =

ckanext.oauth2waad.redirect_uri =

ckanext.oauth2waad.auth_endpoint = https://login.windows.net//oauth2/authorize

ckanext.oauth2waad.auth_token_endpoint = https://login.windows.net//oauth2/token

ckanext.oauth2waad.resource =

ckanext.oauth2waad.csrf_secret =

Plugins to configure (ckan.ini)
oauth2waad
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions