Set Access-Control-Allow-Origin on cas endpoint

tags/smeserver-lemonldap-ng-0.2.19-1 0.2.19_el5
Daniel Berteaud 7 years ago
parent fc55eee55f
commit 71df2ed021
  1. 1
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/LemonLDAPPortal/80LemonLDAPPortal

@ -43,6 +43,7 @@ HERE
<Location /cas>
BrowserMatch "SOPE/" downgrade-1.0
PerlOutputFilterHandler Apache::FilterChangeLength
Header set Access-Control-Allow-Origin '*'
</Location>
HERE
}

Loading…
Cancel
Save