From e45fe334fdc252942a185429c3cd2bf691cdbf78 Mon Sep 17 00:00:00 2001 From: Sonia Zorba <sonia.zorba@inaf.it> Date: Mon, 13 Jul 2020 10:14:38 +0200 Subject: [PATCH] Updated config-example.json --- config-example.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config-example.json b/config-example.json index 4496e8a..14f3e73 100644 --- a/config-example.json +++ b/config-example.json @@ -33,7 +33,7 @@ }, "X509": {}, "LocalIdP": { - "url": "https://sso.ia2.inaf.it/Shibboleth.sso/Login?entityID=https://sso.ia2.inaf.it/idp/shibboleth&target=https://sso.ia2.inaf.it/rap-ia2/auth/saml2/aai.php", + "url": "https://sso.ia2.inaf.it/Shibboleth.sso/Login?entityID=https://sso.ia2.inaf.it/idp/shibboleth&target=https://sso.ia2.inaf.it/rap-ia2-v2/auth/eduGAIN", "logo": "img/ia2-logo-60x60.png", "logoAlt": "IA2 logo", "description": "Use the IA2 Logo to Login if you have an account provided by IA2 or self registered" @@ -51,7 +51,9 @@ "tokenIssuer": { "services": [{ "id": "fileserver", - "label": "File Server" + "label": "File Server", + "aud": ["fileserver", "rap"], + "scope": "read:fileserver read:rap" }], "lifespans": [1, 6, 12, 24] } -- GitLab