Commit e45fe334 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Updated config-example.json

parent f30b622a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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]
    }