Look at your tomcat or apache config…
Our security folks had us turn on header security in tomcat.
--- Web.xml---
<filter>
<filter-name>httpHeaderSecurity</filter-name>
<filter-class>org.apache.catalina.filters.HttpHeaderSecurityFilter</filter-class>
<async-supported>true</async-supported>
</filter>
<filter-mapping>
<filter-name>httpHeaderSecurity</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
-John Ourada
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/5dd98655-3e41-4dc0-b8ff-3c6bbc9ac818%40apereo.org.
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/54ffc5a5-dfb1-4b89-98a0-e1874b9d3bb9%40apereo.org.
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/54ffc5a5-dfb1-4b89-98a0-e1874b9d3bb9%40apereo.org.
Set value false for cas.httpWebRequest.header.xss
On Wed, 25 Jul 2018, 03:42 , <ste...@scarletmail.rutgers.edu> wrote:
I'm seeing the same issue. I have both CAS 3.6 and CAS 5.2.5 running in the same Tomcat and 3.6 doesn't include this header but 5.2.5 includes--
'X-Frame-Options: DENY'
I believe it's cas-server-security-filter that's adding this even though it's docs say that everything is turned off by default. Not sure how to explicitly set the option to false.
BTW, we're seeing this issue in iframes in our uPortal. Whether we actually want to turn this off is a different question.
-ds
On Tuesday, July 3, 2018 at 7:57:57 AM UTC-4, S wrote:I am also facing similar issue. Any solution for resolving this?
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/54ffc5a5-dfb1-4b89-98a0-e1874b9d3bb9%40apereo.org.
We had the same trouble, In cas.properties we added
#Allow CAS protected URLs to be loaded into an iFrame
cas.httpWebRequest.header.xframe=false
sorry, following entry needs to be put-up in application.properties in order to make CAS work in iframe.cas.httpWebRequest.header.xframe=false
On Wed, Jul 25, 2018 at 10:51 PM, Sonal <sonalag...@gmail.com> wrote:
Set value false for cas.httpWebRequest.header.xss
On Wed, 25 Jul 2018, 03:42 , <ste...@scarletmail.rutgers.edu> wrote:
I'm seeing the same issue. I have both CAS 3.6 and CAS 5.2.5 running in the same Tomcat and 3.6 doesn't include this header but 5.2.5 includes--
'X-Frame-Options: DENY'
I believe it's cas-server-security-filter that's adding this even though it's docs say that everything is turned off by default. Not sure how to explicitly set the option to false.
BTW, we're seeing this issue in iframes in our uPortal. Whether we actually want to turn this off is a different question.
-ds
On Tuesday, July 3, 2018 at 7:57:57 AM UTC-4, S wrote:I am also facing similar issue. Any solution for resolving this?
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+u...@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/54ffc5a5-dfb1-4b89-98a0-e1874b9d3bb9%40apereo.org.
--
Thanks and Regards,Sonal Aggarwal
--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cas-user+unsubscribe@apereo.org.
To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/CACRYQfFHXj4ccVBk3%3D-yJeO97JXYJFq_9e539z21poy-asmA7Q%40mail.gmail.com.