Skip to content
Snippets Groups Projects
Commit e45fe334 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Updated config-example.json

parent f30b622a
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
}, },
"X509": {}, "X509": {},
"LocalIdP": { "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", "logo": "img/ia2-logo-60x60.png",
"logoAlt": "IA2 logo", "logoAlt": "IA2 logo",
"description": "Use the IA2 Logo to Login if you have an account provided by IA2 or self registered" "description": "Use the IA2 Logo to Login if you have an account provided by IA2 or self registered"
...@@ -51,7 +51,9 @@ ...@@ -51,7 +51,9 @@
"tokenIssuer": { "tokenIssuer": {
"services": [{ "services": [{
"id": "fileserver", "id": "fileserver",
"label": "File Server" "label": "File Server",
"aud": ["fileserver", "rap"],
"scope": "read:fileserver read:rap"
}], }],
"lifespans": [1, 6, 12, 24] "lifespans": [1, 6, 12, 24]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment