Merge branch 'master' into dist/eole/2.6.2/master
This commit is contained in:
commit
f0d6325cf5
|
@ -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