Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

RequireCspFrameSrcForSignout = false does not sign out websites using front channel #2224

Closed
TheJayMann opened this issue Apr 11, 2018 · 5 comments
Assignees
Labels
Milestone

Comments

@TheJayMann
Copy link

I have one client I was configuring which itself wraps another website on a different domain. Under the default settings, it was not being properly signed out on the logout page defined by the QuickStart UI. I found an error in the browser console stating the redirect was not allowed due to the frame-src value. I found that the frame-src could be disabled by setting the RequireCspFrameSrcForSignout property. However, now none of the iframes for the front channel sign out process will load. The browser console says the pages will not load due to the default-src value. The source code shows that this value is being set to 'none', whether or not the RequireCspFrameSrcForSignout is set.

@brockallen
Copy link
Member

brockallen commented Apr 11, 2018

I think disabling the entire CSP header is this flag is set is the fix.

@brockallen brockallen added this to the 2.2 milestone Apr 11, 2018
brockallen added a commit that referenced this issue Apr 14, 2018
@brockallen
Copy link
Member

Fixed. Please test our nightly build and let me know how it's working.

@TheJayMann
Copy link
Author

I wasn't available to test this until today, and, I was able to test with the recently released v2.2 and it worked properly as expected.

@brockallen
Copy link
Member

Good to hear. Thanks

@lock
Copy link

lock bot commented Jan 13, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants