AshokKumarThammara | 2021-08-06 12:46:42 UTC | #1
Hi All,
Our current purecloud Desktop version is - 2.4.614 / facing same issue in purecloud web as well. We are getting the below error on our Inhouse developed screen pop application embedded within PureCloud framework. It worked with no issues before the Chrome upgrade but stopped working after it. Error Description & Screenshot we are getting error "Cookies must enabled to login " while loading screen pop application in under purecloud > Script-> Webpage Source Web page source using iframe to load screenpop. values In this Iframe is not allowing to store ObSSOCookies
Please find the below error images.
We tried the below steps to resolve but not helped we made X-frame-option to ALLOWALL on IIS Server .Also included below changes on IIS server settings. <rewrite>
- <outboundRules>*
- <rule name="Add SameSite" preCondition="No SameSite">*
- <match filterByTags="None" serverVariable="RESPONSESetCookie" pattern="." negate="false" />
- <action type="Rewrite" value="{R:0}; SameSite=None; Secure" /> *
- </rule>*
- <preConditions>*
- <preCondition name="No SameSite">*
- <add input="{RESPONSESetCookie}" pattern="." />*
- <add input="{RESPONSESetCookie}" pattern="; SameSite=None; Secure" negate="true" />*
- </preCondition> *
- </preConditions>*
- </outboundRules>*
- </rewrite>*
system | 2021-09-06 12:47:26 UTC | #2
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 11677