Filling exportedVars configuration

User attributes are stored in "local session" so if we want to use
attributes in CAS session we need to make them available in local
session first
This commit is contained in:
Philippe Caseiro 2018-04-09 13:29:05 +02:00
parent b7aefb7a8b
commit e84ba19b68
1 changed files with 5 additions and 1 deletions

View File

@ -65,7 +65,11 @@
"cfgLog": "",
"samlIDPSSODescriptorSingleLogoutServiceHTTPRedirect": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect;#PORTAL#/saml/singleLogout;#PORTAL#/saml/singleLogoutReturn",
"exportedVars": {
"UA": "HTTP_USER_AGENT"
"UA": "HTTP_USER_AGENT",
%for att in %%casAttribute
"%%att": "%%att.casLDAPAttribute",
%end for
%%getSSOFilters
},
"notificationStorage": "File",
"applicationList": {