From ea32df703b844720f82e33708547fc23a655b2cf Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Thu, 5 Feb 2015 16:59:43 +0100 Subject: [PATCH] email scope added. Organization dependent params emptied because filled during authentication process --- ckanext/ozwillo_pyoidc/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ckanext/ozwillo_pyoidc/conf.py b/ckanext/ozwillo_pyoidc/conf.py index 80a8a84..37486bd 100644 --- a/ckanext/ozwillo_pyoidc/conf.py +++ b/ckanext/ozwillo_pyoidc/conf.py @@ -39,13 +39,13 @@ CLIENTS = { "ozwillo": { "srv_discovery_url": "https://accounts.ozwillo-preprod.eu/", "client_registration": { - "client_id": "64a1002e-3149-4e1d-a374-6ff08b79dae6", - "client_secret": "RCjT6YTN7CY0l8UAbGUOtSOrAKZKW4XXzK1ZWi7u0nE", - "redirect_uris": ["https://ckan.dev.entrouvert.org/openid/callback"], + "client_id": None, + "client_secret": None, + "redirect_uris": [], }, "behaviour": { "response_type": "code", - "scope": ["openid", "profile"] + "scope": ["openid", "profile", "email"] }, "allow": { "issuer_mismatch": True