fix: enable passport-azure-ad workaround for SameSite cookies (#2567)

This adds cookieEncryptionKeyString configuration in the Azure AD
authentication module.  It represents an array of cookie encryption
strings and enables workaround for SameSite cookies.
This commit is contained in:
YAEGASHI Takeshi
2020-11-02 03:10:50 +09:00
committed by GitHub
parent a6bf2412d7
commit a3513b1bdf
2 changed files with 22 additions and 2 deletions

View File

@@ -22,4 +22,8 @@ props:
title: Client ID
hint: The client ID of your application in AAD (Azure Active Directory)
order: 2
cookieEncryptionKeyString:
type: String
title: Cookie Encryption Key String
hint: Random string with 44-character length. Setting this enables workaround for Chrome's SameSite cookies.
order: 3