From a893339edd269bcf5a8c4cf64ac0b0513bc05d0f Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Tue, 24 Feb 2015 15:43:38 +0100 Subject: [PATCH] acr values emptied as not supported(for the moment) --- ckanext/ozwillo_pyoidc/conf.py | 2 +- ckanext/ozwillo_pyoidc/plugin.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ckanext/ozwillo_pyoidc/conf.py b/ckanext/ozwillo_pyoidc/conf.py index 4ada3a2..bb75f0b 100644 --- a/ckanext/ozwillo_pyoidc/conf.py +++ b/ckanext/ozwillo_pyoidc/conf.py @@ -21,7 +21,7 @@ ME = { "response_types": ["code"] } -ACR_VALUES = ["SAML"] +ACR_VALUES = None CLIENT = { "srv_discovery_url": "https://accounts.ozwillo-preprod.eu/", diff --git a/ckanext/ozwillo_pyoidc/plugin.py b/ckanext/ozwillo_pyoidc/plugin.py index 1f3b0f7..e6c5c5f 100755 --- a/ckanext/ozwillo_pyoidc/plugin.py +++ b/ckanext/ozwillo_pyoidc/plugin.py @@ -1,5 +1,4 @@ import logging -import conf import ckan.plugins as plugins import ckan.plugins.toolkit as toolkit