You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 theframe-src
could be disabled by setting theRequireCspFrameSrcForSignout
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 thedefault-src
value. The source code shows that this value is being set to'none'
, whether or not theRequireCspFrameSrcForSignout
is set.The text was updated successfully, but these errors were encountered: