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:
parent
b7aefb7a8b
commit
e84ba19b68
|
@ -65,7 +65,11 @@
|
||||||
"cfgLog": "",
|
"cfgLog": "",
|
||||||
"samlIDPSSODescriptorSingleLogoutServiceHTTPRedirect": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect;#PORTAL#/saml/singleLogout;#PORTAL#/saml/singleLogoutReturn",
|
"samlIDPSSODescriptorSingleLogoutServiceHTTPRedirect": "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect;#PORTAL#/saml/singleLogout;#PORTAL#/saml/singleLogoutReturn",
|
||||||
"exportedVars": {
|
"exportedVars": {
|
||||||
"UA": "HTTP_USER_AGENT"
|
"UA": "HTTP_USER_AGENT",
|
||||||
|
%for att in %%casAttribute
|
||||||
|
"%%att": "%%att.casLDAPAttribute",
|
||||||
|
%end for
|
||||||
|
%%getSSOFilters
|
||||||
},
|
},
|
||||||
"notificationStorage": "File",
|
"notificationStorage": "File",
|
||||||
"applicationList": {
|
"applicationList": {
|
||||||
|
|
Loading…
Reference in New Issue