DescriptionUse GAIA headers to distinguish between GAIA and SAML IdP cookies
During login, GAIA sends the "Google-Accounts-SAML=Start" and
"Google-Accounts-SAML=End" headers to indicate when a redirect to a SAML
IdP starts and ends. This CL uses these headers to distinguish between
cookies set by GAIA and the IdP:
* Any cookies set between the start and the end of the redirect were
created by the IdP.
* Any cookies set before the start or after the end of the redirect
were created by GAIA.
This allows cookies set by the IdP to be copied to the user's session
while ensuring that GAIA cookies are not copied (these need to be
transferred to the session via GAIA's /MergeSession API).
BUG=381123
TEST=Extended browser test; also manual
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288068
Patch Set 1 #
Total comments: 4
Patch Set 2 : Clarified comment. #
Messages
Total messages: 10 (0 generated)
|