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:
@ -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": {
|
||||
|
Reference in New Issue
Block a user