• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

P: CEP 9.0 does not allow cookie with sameSite=None

Community Beginner ,
May 06, 2022 May 06, 2022

Copy link to clipboard

Copied

CEP 9.0 (Chormium Version: 61.0.3163.91) does not allow the creation of cookies sameSite=None and Secure. For some reason this started happening from April 25th previously it was working fine. I'm not sure if this error is due to an update to Adobe Photoshop.

 

The cookies sameSite=Strict or sameSite=Lax are allowed, but I require it to be sameSite=None as I am using oidc client js to authenticate with an identity server.

 

Thank you in advanced.

Bug Unresolved
TOPICS
Actions and scripting , macOS , SDK , Windows

Views

178

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , May 08, 2022 May 08, 2022

Samesite cookies were not handled in CEP 9 and this got fixed in CEP 10 and above.

 

Please do refer the migration guides of CEP - https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_11.x/Documentation/CEP%2011.1%20HTML%20Extension%20Cookbook.md#migration-from-cep-10-to-cep-11

 

To retain the CEP 9 behaviour, There is also a temporary workaround by adding a CEF parameter in plugin manifest - this may get removed in future versions on Chrome. However you should get sometime before you can

...

Votes

Translate

Translate
1 Comment
Adobe Employee ,
May 08, 2022 May 08, 2022

Copy link to clipboard

Copied

LATEST

Samesite cookies were not handled in CEP 9 and this got fixed in CEP 10 and above.

 

Please do refer the migration guides of CEP - https://github.com/Adobe-CEP/CEP-Resources/blob/master/CEP_11.x/Documentation/CEP%2011.1%20HTML%20Ex...

 

To retain the CEP 9 behaviour, There is also a temporary workaround by adding a CEF parameter in plugin manifest - this may get removed in future versions on Chrome. However you should get sometime before you can fix the plugin to get it working with samesite options. These details are available in the migration guide link posted above.

Votes

Translate

Translate

Report

Report