acr values emptied as not supported(for the moment)

This commit is contained in:
Serghei Mihai 2015-02-24 15:43:38 +01:00
parent cfeed8982b
commit a893339edd
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@ ME = {
"response_types": ["code"]
}
ACR_VALUES = ["SAML"]
ACR_VALUES = None
CLIENT = {
"srv_discovery_url": "https://accounts.ozwillo-preprod.eu/",

View File

@ -1,5 +1,4 @@
import logging
import conf
import ckan.plugins as plugins
import ckan.plugins.toolkit as toolkit