email scope added. Organization dependent params emptied because filled during

authentication process
This commit is contained in:
Serghei Mihai 2015-02-05 16:59:43 +01:00
parent c8204b7344
commit ea32df703b
1 changed files with 4 additions and 4 deletions

View File

@ -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